JavaScript - Get a Random item from an Array
Sometimes we need to work with random values, imagine that you have an array of items and you need to get a random value from the array. We can start creating a function that takes an array of items as a parameter and returns a random item from the a...
Oct 14, 20221 min read87
