JavaScript random clutter array

From , 5 Years ago, written in JavaScript, viewed 90 times.
URL https://pastebin.vip/view/2175f8c5
  1. function Shuffle(o) {
  2.         for(var j, x, i = o.length; i; j = parseInt(Math.random() * i), x = o[--i], o[i] = o[j], o[j] = x);
  3.         return o;
  4. };
  5.  
  6.  

Reply to "JavaScript random clutter array"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website