Question:What is the output of the following in JavaScript?
var Lit=["yes","no","maybe"];
document.write(Lit[2]);
 

A no 

B maybe 

C NaN 

D undefined 

+ Answer
+ Report
Total Preview: 1135

Copyright © 2024. Powered by Intellect Software Ltd