Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
ThongCoder
/
vscode-public-data
like
0
Dataset card
Files
Files and versions
xet
Community
06227db
vscode-public-data
/
workspace
/
mega-test
/
test.js
ThongCoder
Upload folder using huggingface_hub
06227db
6 months ago
raw
Copy download link
history
blame
113 Bytes
const
_ =
require
(
"lodash"
);
console
.
log
(
"Node.js works! Shuffled:"
, [
1
,
2
,
3
,
4
,
5
].
sort
(
() =>
Math
.
random
()-
0.5
));