Question:What will be the output for the following JavaScript bitwise operation?
var alpha=5<<1;
document.write(alpha);
 

A 10 

B 6 

C 2 

D 4 

+ Answer
+ Explanation
+ Report
Total Preview: 752

Copyright © 2025. Powered by Intellect Software Ltd