Predict the output of the following code snippet var x=” HIGHER SECONDARY”; alert(x.charAt(4));
Predict the output of the following code snippet
var x=” HIGHER SECONDARY”;
alert(x.charAt(4));
6 views