A

Admin • 833K Points
Coach

Q. What is the default return value of a function with no return statement?

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

Explanation by: Admin

A function with no return returns undefined.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.