The JavaScript Equality Table Game— Minesweeper will feel like a walk in the park after this reminder of the horrors of JavaScript’s == . If you need to go in depth, Section 7.2.14 of the ECMAScript spec will help, but otherwise? Stick to three equals (=== ) unless you have a good reason not to. Reinis Ivanovs |
htmx 1.9 Released— htmx (homepage) is an increasingly popular library outside of the JavaScript space as it lets folks use things like WebSockets, SSE, AJAX, and CSS transitions by marking up HTML rather than writing lots of JavaScript. v1.9 adds support for view transitions and generalized inline event handling. The code examples are worth a look – htmx makes a lot possible, with rather little tooling or markup needed. htmx team |
Ranger: Use a Range-Like Syntax for Anything?— const numbers = 1[[...8]] , anyone? This is a neat trick for a bit of syntatic sugar, but I’m not sure it would pass the sniff test for most teams. You might find the implementation interesting to check out though. Long may this sort of experimentation continue. Jon Randy |
📅 Build and Deploy ‘23: May 3rd - Save the Date!— The ultimate CI/CD virtual conference - best practices and end-user success stories from DevOps experts. Plus, a keynote from Emily Freeman, author of DevOps for Dummies. Codefresh sponsor |
Trying Node's Built-In Test Runner— In 2022, Node gained an experimental built-in test runner (node:test ). It’s going to become stable in the forthcoming Node v20, so it’s a good time to look at how it works and how it compares to other solutions you might already be using. Gleb Bahmutov |
Reveal.js 4.5: An HTML Presentation Framework— Brings elegant presentations to anyone with a Web browser. v4.5 was just released with support for jumping to specific slides, a few new themes, and with live reload working with files in subfolders. Hakim El Hattab |
Find JavaScript Jobs with Hired— Hired makes job hunting easy-instead of chasing recruiters, companies approach you with salary details up front. Create a free profile now.
Hired |
|
|