Hardening Javascript Application with Static Type Analysis
You’ve probably seen your share of “Cannot read property of undefined” or “Undefined is not a function” errors in Javascript. We all have. After all, Javascript is a relatively weakly-typed language, so these things are bound to happen. But, there... »