Junior JavaScript

What is typeof operator?

Returns the type of a variable.

Example:

typeof "hello"; // "string"

typeof 42; // "number"

More from JavaScript Tutorial

All questions for this course