JQuery Programmer Question:
Which built-in method returns the character at the specified index?

Answer:
charAt() method returns the character at the specified index.
Previous Question | Next Question |
What are the types of selectors in jQuery? | How to know if a specified class is present on at least one of the set of matched elements using jQuery? |