Discovering all the different ways of defining a function in JavaScript! #javascript #webdev #webdevelopment #programming #code #learn... (more…)
Read more »
Results are in for the 2019 State of JS survey. I’ve been digging through charts to see what I can see. Here are 7 insights that jumped off the page to me. (more…)
Read more »
ES2015 was the most important improvement to Javascript in years. Among many great features it brought brand new module system — Ecma… (more…)
Read more »
The globalThis proposal introduces a unified mechanism to access the global this in any JavaScript environment. It sounds like a simple thing to polyfill, but it turns out it’s pretty hard to get right. I didn’t even think it was possible until Toon blew ... (more…)
Read more »
Couple of weeks ago we started a series aimed at digging deeper into JavaScript and how it actually works: we thought that by knowing the… (more…)
Read more »