Variable used to be the norm in JavaScript, but now there are better players on the playing field: let and const. The main difference? Scope. See, scope is important in programming. In most cases, always using global variables isn't a great idea, but ther... (more…)
Read more »
Despite writing JavaScript almost every working day for the past seven years, I have to admit I don’t actually pay that much attention to ES language announcements. Major features like async/await and Proxies are one thing, but every year there’s a steady... (more…)
Read more »
An easy-to-follow guide with everything you need to know about the ternary operator. Follow along with exercises to make it easy to stick in your mind. (more…)
Read more »
I started working with Angular 2 a little while back and was sad to learn that my favorite all-time service, $log, wasn’t part of the…...
Read more »
Fast ML in JS with Bun + Flashlight. Contribute to facebookresearch/shumai development by creating an account on GitHub. (more…)
Read more »