Adrian Sandu completes his series on life after oldIE's retirement, looking at what is now possible with native JavaScript across the major browsers.
Read more »
While these outputs are truly magical, I don’t recommend using them in production... (more…)
Read more »
jsgs - Javascript implementation of the Pico-8 fantasy console...
Read more »
I was working on a problem on Codewars.com and I stumbled upon an interesting solution on StackOverflow. Someone was asking how to reverse an array WITHOUT using .reverse(). Here is one solution someone wrote: let reverse=a=>[...a].map(a.pop,a) I... (more…)
Read more »