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

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести