🏠
Working from home
Pinned Loading
-
Pick random element(s) from an array...
Pick random element(s) from an array by given number 1function randomPick(source = [], anyNumber = 1) {
2if (source.length > 0) {
3let result = [];
45// Duplicate original array
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.