A

Admin • 833K Points
Coach

Q. What is the output of typeof null in JavaScript?

  • (A) object
  • (B) null
  • (C) undefined
  • (D) boolean
  • Correct Answer - Option(A)
  • Views: 17
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

typeof null returns 'object' due to a long-standing bug in JavaScript.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.