.includes should not be under "Search for a specified value within an array and return its index (or -1 if not found)." https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes > The includes() method determines whether an array includes a certain value among its entries, returning true or false as appropriate.