getRandomChoice()
Picks a random element from the provided array.
Example:
ts
const fruit = getRandomChoice(['apple', 'banana', 'orange']);Picks a random element from the provided array.
Example:
const fruit = getRandomChoice(['apple', 'banana', 'orange']);