Javascript CharAt() Function

The charat() function of string object returns the character at the specified index. Use it for example to add one or more elements begining of array.

Syntax

Javascript CharAt Method Example