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.
… Read more
Similar
scanner detecting the use of JavaScript libraries with known vulnerabilities. Can also generate an SBOM of the libraries it finds. - RetireJS/retire.js... (more…)
Read more »
Foundation 6.4 has dropped and it is AWESOME. This new release is jampacked with some incredible new features that enable you to build layouts and designs with Foundation that weren’t possible before. Here are a few of the highlights: (more…)
Read more »
A correct and based array implementation. 1-based indexing. obviously. 😎 - lbennett-stacki/based-array... (more…)
Read more »
There are several ways of writing JavaScript functions. In this article I’ll explain each and every one of them and illustrate in which… (more…)
Read more »
I started doing JavaScript sometime around 2011. I was server/Python person, and node 0.4 had a lot of cool things: DOM manipulation on the server, HTTP as a first class citizen, and the ability to get a million people to connect to your server at once wi... (more…)
Read more »