What is the output of the following code?
let x; console.log(typeof x);
null
undefined
object
string
This question is part of this quiz :