GIven a value, which three options can a developer use to detect if thevalue is NaN? Choose 3 answers
GIven a value, which three options can a developer use to detect if thevalue is NaN? Choose 3 answers
A . value == NaN
B . Object.is(value, NaN)
C . value === Number.NaN
D . value ! == value
E . Number.isNaN(value)
Answer: A,E
Latest JavaScript Developer I Practice Questions with 144 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments