Intro To TypeScript

button-icon-arrow-right
button-icon-arrow-left

button-icon-arrow-leftBack

Event

Intro to TypeScript

12 March 2019

New York

Added 01-Jan-1970

TypeScript starts from the same syntax and semantics that millions of JavaScript developers know today. Use existing JavaScript code, incorporate popular JavaScript libraries, and call TypeScript code from JavaScript.

TypeScript compiles to clean, simple JavaScript code which runs on any browser, in Node.js, or in any JavaScript engine that supports ECMAScript 3 (or newer).

Top