Difference Between Regular and Arrow Functions in JavaScript
This article discusses the major differences between the ES5 regular functions and the ES6 arrow functions in JavaScript... (more…)
Read more »Parsers are fascinating and in the JavaScript ecosystem they’re all around us. With Babel Macros tagged template literals can do more than just embed DSLs, they can be precompiled to become generated code. Let’s look at how I built RegHex which let’s you … Read more