Files
30-seconds-of-code/test/sample/sample.js

1 line
77 B
JavaScript

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