March 22, 2022 March 22, 2022How to shuffle an array in JavaScript?Fisher-Yates (Knuth) shuffle is one of the algorithms that can be used to shuffle an array with O(n) complexity.