FrontendInterviews.dev

659. isNaN vs Number.isNaN

Easy•

Predict the output.

console.log(isNaN("foo"), Number.isNaN("foo"))

What is printed in the console?

Select an option and submit your answer.
Next Problem