Junior JavaScript What is typeof operator? Returns the type of a variable. Example: typeof "hello"; // "string" typeof 42; // "number"