Jump to content

Best shuffle: Difference between revisions

m
Line 92:
Based on the J implementation (and this would be a lot more concise if we used something like jQuery):
 
<lang javascript>function raze(a) { // like .join('') except producing an array instead of a string
var r= [];
for (var j= 0; j<a.length; j++)
6,962

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.