ThongCoder's picture
Upload folder using huggingface_hub
06227db
raw
history blame
113 Bytes
const _ = require("lodash"); console.log("Node.js works! Shuffled:", [1,2,3,4,5].sort(() => Math.random()-0.5));