Programming (12th Grade)
JavaScript Data Types
What will be the output of the following code snippet: console.log(typeof null);
'null'
'object'
'undefined'
'number'