Interview Question by SriSri M October 25, 2016 HTML Here V is not defined JavaScript var x = 1; //var v= 10; v = x = typeof v; console.log(v);