Get a random item from array

randomItem = items[Math.floor(Math.random() * items.length)];