console.log(typeof 42); // expected output: "number" console.log(typeof 'hello'); // expected output: "string"