While these outputs are truly magical, I don’t recommend using them in production... (more…)
Read more »
Following the original JavaScript hacks for hipsters, here’s some new goodies. Coding JavaScript in 2017 is actually fun again! (more…)
Read more »
Every function in JavaScript has a closure. And this is one of the coolest features of the JavaScript language. Because without closures… (more…)
Read more »
3D graphics rendering pipeline. Implemented in JavaScript. Run in a terminal. - sinclairzx81/zero... (more…)
Read more »
Recently I needed a way to detect support for a media query in CSS and Javascript. To detect if a browser supports a certain CSS feature, you can use @supports () { ... }, but that doesn’t work for media queries. In this article I’ll show you how you can ... (more…)
Read more »