Question:What is the output of the following JavaScript code?var alpha=3<<2; document.write(alpha);
var alpha=3<<2; document.write(alpha);
A 0 B 6 C 12 D 1
+ AnswerC
+ Report