Nodevember 2016 came and went really fast! And the talk videos are making
their way online just as quickly. The video for my talk on JavaScript
fatigue and taking care of yourself was just published last night:
If you have any questions or comments...
Read more »
The Espruino JavaScript interpreter - Official Repo - espruino/Espruino... (more…)
Read more »
Dambrosio recently released RSLint, a linter for JavaScript that is written entirely in Rust. RSLint strives to be as fast as possible, customizable, and easy to use. RSLint is still in the early phase of its development and features basic Visual Studio C... (more…)
Read more »
Revision of Objects An object is a collection of key-value pairs. let obj = { key1: "v... (more…)
Read more »
Yes, there is such thing, and I thought it would be an interesting example to share. It features: closures, self-executing functions, arrow functions, functional programming, and anonymous recursion. (more…)
Read more »