What's the best way to check whether a certain element is
in an array?
If it's not already in the array I want to add it (i suppose
using push).
I'm thinking I can loop thru the array and set a variable
if I find what I'm looking for, but is there a better
way?