List of questions
Related questions
Question 147 - Certified JavaScript Developer I discussion
Which two console logs output NaN?
Choose 2 answers | |
A.
console.log(10 / Number('5) ) ;
B.
console.log(parseInt ' ("two')) ;
C.
console.log(10 / 0);
D.
console.loeg(10 / 'five');
Your answer:
0 comments
Sorted by
Leave a comment first