find array element number 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