Javascript String Methods
Sep 21, 2022 · 8 min read · 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...
Join discussion



