temp:
y:
This is the code
var temp = 14;
var y = 2;
temp <<= y;
document.write(temp);