What is the result of calling typeof operator on a null initialized variable ghost:
var ghost = null; console.log(typeof ghost);