A

Admin • 833K Points
Coach

Q. What will be the output of: typeof Promise?

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

Explanation by: Admin

Promise is a constructor function, so typeof Promise returns 'function'.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.