A

Admin • 833K Points
Coach

Q. What will be the result?

Code:
typeof function(){};
  • (A) function
  • (B) object
  • (C) undefined
  • (D) function()
  • Correct Answer - Option(A)
  • Views: 15
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

Functions are of type 'function' in JavaScript.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.