ThongCoder's picture
Upload folder using huggingface_hub
06227db
raw
history blame
107 Bytes
const _ = require('lodash');
const arr = [1, 2, 3, 4, 5];
console.log('Shuffled array:', _.shuffle(arr));