JavaScript Type Checkers Are More Than Linters
Treating your JavaScript type checker as a linter doesn’t allow you to fully leverage your static type system. (more…)
Read more »Every function in JavaScript has a closure. And this is one of the coolest features of the JavaScript language. Because without closures… Read more