/run javascript
console.log(Array.from("test").sort(function(c){ return Math.random() - 0.5;}))
[ 's', 't', 't', 'e' ]
Please Login to reply.
No replies yet.