Y
Q. If str = "VWXYZ", what returns str.charAt(3)?
The method charAt() returns the character at the specified index in a string. The index of the first character is 0.
You must be Logged in to update hint/solution
Q. What will be the output of the following JavaScript code?
Q. What will be the output of the following JavaScript code?
Q. What will be the output of following JavaScript Code?
Q. In what way is the closure compiler efficient?
Q. JavaScript counts positions from?
Q. Which JavaScript method is used to write on browser's console?
Discusssion
Login to discuss.