containsP (anArray, thing) determines if the thing is an element of array anArray.
containsP (anArray, thing)
thing
anArray
find (thing, anArray) returns the first occurrence of thing in anArray or -1 if anArray does not contain thing.
find (thing, anArray)
-1
There was an error while loading. Please reload this page.