โ All Authors



Parimal Ghadiyali.
A web geek, industry-experienced web developer & instructor residing in India ๐ฎ๐ณ. Passionate about learning new things and making things on the Internet.
2 articles
game-dev3d-web
All Articles by Parimal Ghadiyali
2
indexOf() Method in Javascript
JavaScript array indexOf() method returns the index of first occurrence at which a given element can be found in the array, or -1 if it is not present

includes() Method in JavaScript
Javascript array includes() is an inbuilt function determines whether the array contains the specified element or not returning boolean value.