JavaScript String Object



JavaScript String Object

JavaScript String Object

The JavaScript String object is a global object that is used to store strings. A string is a sequence of letters, numbers, special characters and arithmetic values or combination of all.

In this lecture, you are going to learn different methods present in string Object such as:

toString()
toUppperCase()
toLowerCase();
includes();
length property
etc…

Comments are closed.