Watch What is it? The ~ (tilde) operator in JavaScript is the often-overlooked bit-wise not. For integers, it is the equivalent to... (more…)
Read more »
We’re excited to announce the first beta release and general availability of the Rome linter for JavaScript and TypeScript. (more…)
Read more »
For some of us—isolates, happy in the dark—code is therapy, an escape and a path to hope in a troubled world. (more…)
Read more »
Destructuring assignment is one of the most flexible, simplest feature in modern JavaScript. It's a JavaScript expression that makes it possible to unpack values from Arrays, properties from Objects, or even Function params, into distinct variables.
... (more…)
Read more »
Htb.js — a 50-line HTML template engine that uses JavaScript syntax. - noway/htb... (more…)
Read more »