🤔
Guess the Output
What does this JS log?
Score
0/10
Best
0
Question 1 / 10
// what prints?
console.log(typeof NaN);
'NaN'
'number'
'undefined'
'object'