ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 41 - Certified JavaScript Developer I discussion

Report
Export

GIven a value, which three options can a developer use to detect if the value is NaN?

Choose 3 answers !

A.
value == NaN
Answers
A.
value == NaN
B.
Object.is(value, NaN)
Answers
B.
Object.is(value, NaN)
C.
value === Number.NaN
Answers
C.
value === Number.NaN
D.
value ! == value
Answers
D.
value ! == value
E.
Number.isNaN(value)
Answers
E.
Number.isNaN(value)
Suggested answer: A, E
asked 23/09/2024
Waleed Bahadaq
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first