Question:What is the correct output for the following code?var str=”This is a text.”; alert(str.charAt(3));
var str=”This is a text.”; alert(str.charAt(3));
A i B s C white space D none
+ AnswerB
+ Report