Methods of String / Javascript
The String is used to represent and manipulate a sequence of characters.
Like these :
const world = "This is a string.";
There are several methods ( or Prototypes) available for manipulating and accessing strings in all over the code file. The list ...