What is the output of `typeof undefined`?

JavaScript Associate Easy

JavaScript Associate — Easy

What is the output of `typeof undefined`?

Key points

  • The typeof operator returns the data type of a variable or expression.
  • 'undefined' is a primitive data type in JavaScript.
  • 'null' is a separate data type in JavaScript, not the output of typeof undefined.

Ready to go further?

Related questions