A

Admin • 802.91K Points
Coach

Q. What will be logged?

Code:
console.log(typeof undefined === typeof null);
  • (A) true
  • (B) false
  • (C) undefined
  • (D) Error
  • Correct Answer - Option(B)
  • Views: 3
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin
typeof undefined is 'undefined', typeof null is 'object'.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.