If we want to return the character from a specific index which method is used?
Answer / Kavita Bhasker
To get a character from a specific index of a string, you can use the square bracket notation: stringVariable[index]
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between undefined and not defined in JavaScript?
How do you check if a value is a number in javascript?
Where are cookies actually stored on the hard disk?
What are the data types available in javascript? Explain
What is this? Var myarray = [[[]]];
What are the five data types?
How do I retrieve a cookie with a given name using a regular expression?
How many data types are there in javascript?
Difference between window.onload and onDocumentReady?
What is spread syntax?
How do you create a new object in JavaScript?
What is event target in javascript?