JavaScript CharAt

The JavaScript CharAt method returns the character at a specified index position. The index position will start from 0, Not 1. Let me show you the syntax of the JavaScript CharAt function String_Object.CharAt(Index_Position) This Function returns the Character from String_Object at the specified Index_Position. If we specify the Index position out of range, ChartAt Function … Read more