I'm trying to write a function that either accepts a list of strings or a single string. If it's a string, then I want to convert it to an array with just one item. Then I can loop over it without fear of an error.
So how do I check if the variable is an array?
I've rounded up the various solutions below and created a jsperf test.