A

Admin • 833K Points
Coach

Q. What will be the output of typeof function(){}?

  • (A) function
  • (B) object
  • (C) undefined
  • (D) string
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

typeof returns 'function' for function declarations.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.