Write a function to shuffle an array. Ex.: Input: [1,2,3,4] Output: [3,1,4,2] Assume input is array.
確定! 回上一頁