ginader’s avatarginader’s Twitter Archive—№ 8,376

  1. RT bluesmoon: JavaScript tip: to make a copy of an array in sorted order without modifying the original array: var a2 = a1.slice(0).sor ...