Question:What is the correct output for the following code?
var str=”This is a text.”;
alert(str.charAt(3));
 

A i 

B s 

C white space 

D none 

+ Answer
+ Report
Total Preview: 1253

Copyright © 2024. Powered by Intellect Software Ltd