Hacker News new | ask | show | jobs
by turtleyacht 1142 days ago
Anyone try out the tenets in Reliable Javascript (2015), pre-Typescript?

The authors praise--and begin with an example from--D3.js, and work through handrolled dependency injection, aspects, and test-driven development with Jasmine.

Truly understanding `this`, .bind, .apply, and .call may be essential to a mastery of (vanilla) Javascript.

1 comments

And "prototype" and closures.