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 »
ESLint rules to disable mutation and promote fp in JavaScript and TypeScript. - eslint-functional/eslint-plugin-functional... (more…)
Read more »
How understanding of functional programming helps to write clean code. (more…)
Read more »
The import() operator lets us dynamically load ECMAScript modules. But they can also be used to evaluate JavaScript code (as Andrea Giammarchi recently pointed out to me), as an alternative to eval(). This blog post explains how that works. (more…)
Read more »
Built-in decimal datatype in JavaScript. Contribute to tc39/proposal-decimal development by creating an account on GitHub. (more…)
Read more »