List of questions
Related questions
Question 41 - Certified JavaScript Developer I discussion
GIven a value, which three options can a developer use to detect if the value is NaN?
Choose 3 answers !
A.
value == NaN
B.
Object.is(value, NaN)
C.
value === Number.NaN
D.
value ! == value
E.
Number.isNaN(value)
Your answer:
0 comments
Sorted by
Leave a comment first