Run this function on each element in the array. You can pass 2 elements of the array as follows: list.sort((a, b) => Math.random() - 0.5) But in this case, ...
確定! 回上一頁