Javascript substring

Substring is a built-in method of javascript that extract a specific part of a string. We can pass two parameters to this method. The first parameter is compulsory while the second one is not.

September 02,2022

Javascript array

Array storing a collection of multiple values under a single variable. In javascript array is none primitive.

September 07,2022

Share