Open Issues Need Help
View All on GitHub Libraries • Utility Library
Export function that doesn't clone array? about 1 year ago
AI Summary: Implement an in-place array shuffling function for the `array-shuffle` npm package, avoiding the current cloning behavior. This requires modifying the existing function to shuffle the input array directly instead of creating a copy.
Complexity:
2/5
enhancement help wanted
sindresorhus/array-shuffle sindresorhus/array-shuffle Randomize the order of items in an array
Open project →
105
Randomize the order of items in an array
JavaScript