String and its methods in Javascript
What are Strings?
The string object is used to represent and manipulate a sequence of characters.
1.at():
This method takes the argument as an index to find the value at that index, it works for both positive and negative values.
const sentence = 'Th...
ajaychauhan.hashnode.dev7 min read