對數組的元素進行重新排序是一項非常重要的技巧,但是原生 array 中並沒有這項功能。
const shuffle = (arr) =>arr.sort(() =>math.random() - 0.5)。
const arr = [1,2,3,4,5]。
console.log(shuffle(arr))。
const shuffle = (arr) =>arr.sort(() =>math.random() - 0.5)。
const arr = [1,2,3,4,5]。
console.log(shuffle(arr))。