Pilih elemen acak dari dari array item

var item = items[Math.floor(Math.random()*items.length)];
Confused Caiman