Posts by ElHashashin • 1 point
1 post
-
0
votes3
answers56
viewsQ: Access to arrays of other HTML functions
I have this code: function shuffle(array) { var counter = array.length, temp, index; // While there are elements in the array while (counter > 0) { // Pick a random index index =…