Question:What will be the output for the following code
const PI=3.14;
        PI=3.145;
        document.write(PI);
 

A 3.14 

B 3.145 

C Compile Error 

D PI 

+ Answer
+ Report
Total Preview: 24

Copyright © 2024. Powered by Intellect Software Ltd