How do you check if an array includes a specific element?
array.check(element)
array.has(element)
array.contains(element)
array.includes(element)