Programming (Year 11)
Data Types
What will the following code output: console.log(typeof NaN);
'number'
'undefined'
'string'
'NaN'