#Can u tell me why it doesn t read both
1 messages · Page 1 of 1 (latest)
#resources and brush up your js
Aight dope
Probably want to use array.prototype.some
can u tag me some docs to help me out?
ah
Array.prototype.some()
The some() method tests whether at least one element in the array passes the test implemented by the provided function. It returns true if, in the array, it finds an element for which the provided function returns true; otherwise it returns false. It doesn't modify the array.
tyty