Predict the output of the following JavaScript code.
var a = "javascript"; var result = a.substring(2, 3); document.write(result);
av
vs
v
s
Correct Answer : C
The syntax of Eval is ________________
What if you use parseInt() to convert a string containing decimal value?
Which of the following method checks if its argument is not a number?