JSFiddle - React, Tailwind, and code Playground

by lmk123

JavaScript

function shuffle (array) {
  // 补全
}

shuffle([1, 2, 3, 4, 5])