Fun With Javascript “IN” Operator
Inefficient, I know, since it’s probably better to break out of the for loop once you find your value but just having some fun! As we all know, you can’t search an array using the in operator, but let’s force a square peg into a round hole. See if a …