Gets a random element from collection.
collection
The collection to sample.
Returns the random element.
_.sample([1, 2, 3, 4]); // => 2