What is the 'typeof' a null

Question | May 20, 2017 | nextptr 

enter image description here

What is the result of calling typeof operator on a null initialized variable ghost:

var ghost = null;
console.log(typeof ghost);