Returns a random element of the array
Optional
the array to random
a random element of the array
randomElement(['1', '2', '3']); Copy
randomElement(['1', '2', '3']);
Returns a random element of the array