String in JavaScript
Some useful methods
String
A string is used to store text and manipulate it according to our needs. A string always written within quotes, either single quote ' or double quote ".
charAt()
The charAt() method is used when we have to get a single char...
prashanthandel.hashnode.dev4 min read