Question:What is the output of the following JavaScript code?
var alpha=3<<2;
document.write(alpha);
 

A 0 

B 6 

C 12 

D 1 

+ Answer
+ Report
Total Preview: 788

Copyright © 2025. Powered by Intellect Software Ltd