Results 1 comments of Arnaud Thuillier

That's because the shuffle function is always changing the first element so the first index is never 0. Try with this shuffle function : > Array.prototype.shuffle = function() { >...