You can shuffle an array by generating random numbers and comparing them in the sort() function. Example: const arr = [ ...
確定! 回上一頁