Interview Question

by SriSri M

HTML

Here V is not defined

JavaScript

var x = 1;
//var v= 10;
v = x = typeof v;
console.log(v);