1 Open Issue Need Help Last updated: Aug 4, 2025

Open Issues Need Help

View All on GitHub
Libraries Utility Library

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

Randomize the order of items in an array

JavaScript