well, i'm still not very performant with arrays. i was just wondering if it's possible to look for something in an array. here's what i mean:

i have an array:
myarray = ["blue","red","black","yellow","green","orange"];

i want a code to detect if "orange" and "yellow" are present in that array, no matter what their position is... is it possible?

thanks.