Fisher-Yates algorith : (Really) shuffle and array
Sat Jun 19 2021 07:12:38 GMT+0000 (Coordinated Universal Time)
Saved by @hisam #javascript #vanilla #sort #randomize #array
Loop through the array (from the end to the start) and pick a random item from the array, swapping it with the item in the current iteration.
Comments