Hello Friends,
In this video, you will learn about indexOf and lastIndexOf method in Hindi with dosomecode
.
These two methods are works on the array.
the indexOf method returns the index number of the array data.
the lastIndexOf method returns the index number of the array data, the difference is that it starts searching from last of the array.
Learn javascript in Hindi with dosomecode