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