Question:var Lit=[“yes”,”no”,”maybe”]; document.write(Lit[2]); Above condition what is come out?
var Lit=[“yes”,”no”,”maybe”]; document.write(Lit[2]);
A maybe B yes C no D Undefined
+ Answer ModeratedA
+ Report