Programming (Year 12)
Data Types
What will be the output of the following code: console.log(typeof null);?
null
object
undefined
error
Next