What is the output of this code?
var obj; console.log(obj);
null
undefined
{}
ReferenceError: obj is not defined