how to find the element number in array code example
Example: find number in array js
array.include(numberWhichYouWantToFInd);
// if present it will return true otherwise false
array.include(numberWhichYouWantToFInd);
// if present it will return true otherwise false