Array.prototype.includes
The includes() method determines whether an array contains a specified element (including NaN unlike indexOf). This method returns true if the array contains the element,
Read moreThe includes() method determines whether an array contains a specified element (including NaN unlike indexOf). This method returns true if the array contains the element,
Read more