Files
30-seconds-of-code/test/sample/sample.js
2018-01-09 06:09:49 -05:00

1 line
68 B
JavaScript

module.exports = arr => arr[Math.floor(Math.random() * arr.length)];