My goal is to choose a random element from an Array and then remove it, repeating this process until the Array is empty.
I have experimented with the .filter() function and Math.random without success. I also attempted to implement it within a for loop, but none of my attempts were fruitful.