Consider following code:
 console.log( typeof typeof null ); 
What will be printed to the console?
Explanation
typeof null // -> "object" - This stands since the beginning of JavaScript 
typeof "object" // - > "string"

Done, fixed! Thanks a lot, @docahrens

2016 Jun 15, 7:15:43 PM

Your correct answer is incorrect. What will be printed is 'string', NOT 'String'

2016 Jun 12, 2:16:03 PM

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes