A

Admin • 833K Points
Coach

Q. What does isNaN('hello') return?

  • (A) true
  • (B) false
  • (C) NaN
  • (D) undefined
  • Correct Answer - Option(A)
  • Views: 20
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

isNaN('hello') returns true because 'hello' is not a number.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.