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
/
test.js
ThongCoder
Upload folder using huggingface_hub
06227db
6 months ago
raw
Copy download link
history
blame
107 Bytes
const
_ =
require
(
'lodash'
);
const
arr = [
1
,
2
,
3
,
4
,
5
];
console
.
log
(
'Shuffled array:'
, _.
shuffle
(arr));