I’ve read many JavaScript articles which insist that const is a better default than let. Many of the arguments revolve around the notion… (more…)
Read more »
Content outline 1. Introduction 2. Factory method – The quick low-down on this keyword – What about hoisting? – Where do closures come in? –... (more…)
Read more »
In this article I will talk about why it is a bad idea to use classes in JavaScript, and what are some of the alternatives. (more…)
Read more »
Today I want to share with you an implementation of immutable list in JavaScript in one line! (more…)
Read more »
Sebastian McKenzie, the original creator of Yarn and Babel and a member of the React Native team at Facebook, has been working on an “all-in-one” solution for JavaScript and TypeScript development. The Rome project, a reference to “all roads lead... (more…)
Read more »