Question:What is the output of the following code?
let a=2;
   let b=3;
   document.write(a**b);
 

A 3 

B 5 

C 6 

D 8 

+ Answer
+ Report
Total Preview: 14

Copyright © 2024. Powered by Intellect Software Ltd