Evolving JavaScript with TypeScript

Google Tech Talk November 13, 2014 Presented by Anders Hejlsberg (more info below) ABSTRACT In this talk Anders will give an overview of TypeScript, a statically typed superset of JavaScript that compiles to plain JavaScript. TypeScript adds optional static types, classes, interfaces, and modules to JavaScript, enabling IDE productivity features such as statement completion, refactoring, and code navigation, and making it easier for teams to communicate requirements and build applications safely. The Type
Back to Top