Returns a shuffled version of the argument.
This function accepts either an array, or a string.
>shuffle([1, 2, 3]); // [2, 1, 3]