Javascript is a powerful language, but sometimes it doesn’t always do what you expect it to. Take the following expression for example. It’s a simple if statement that checks to see if true and then runs the code within the block. Running the code results... (more…)
Read more »
I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned... (more…)
Read more »
Breaking a loop in JavaScript is confusing. Few tips to write a better code to understand for loops in JavaScript. (more…)
Read more »
Small, fast .zip library using native CompressionStream, suits server and client - jawj/littlezipper... (more…)
Read more »