some() - if it finds an array element, the function returns a true and does not check the remaining values.
while...
includes() - for all elements in the array does a generic compare and return true if it finds the match or at the first match?
When to use some and when includes?