JavaScript Associate — Easy
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
