UNPKG

boilerplate.js

Version:

Development Tools

3 lines 93 B
Array.prototype.shuffle = function () { return this.sort(() => Math.random() - 0.5); };