Returns whether the given array includes the given element
Optional
the array to check
the element to compare
whether the given array includes the given element
includes(['foo', 'bar'], 'foo'); // true Copy
includes(['foo', 'bar'], 'foo'); // true
Returns whether the given array includes the given element