find by number an array in an javascript 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