includes
Determines whether an array includes a certain element, returning true or false as appropriate.
Parameters
searchElement
The element to search for.
fromIndex
The position in this array at which to begin searching for searchElement.
Determines whether an array includes a certain element, returning true or false as appropriate.
The element to search for.
The position in this array at which to begin searching for searchElement.