uc mere useless codes Latest code 1719095767483.js function shuffle(arr) { return arr.sort( function() { return Math.random() - 0.5 } ) }