Shuffle Array -Elemente (besonders korrekte Antwort und falsche Antwort)

arr.sort(function(x,y){return Math.random() - 0.5});
Careful Camel