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