Javascript String Methods
Javascript has 18 string methods explained below
CharAt
Parameter: (index) defaults to 0 - (number data type)
Return: character at specific index in the string (string data type)
charAt accepts a index (number data type) and return the character on t...
somanshu63.hashnode.dev8 min read