Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 717 Bytes

typescript.md

File metadata and controls

17 lines (9 loc) · 717 Bytes

Mastering TypeScript

TypeScript is an open-source programming language developed and maintained by Microsoft. It is a strict syntactical superset of JavaScript and adds optional static typing to the language. TypeScript is designed for development of large applications and transcompiles to JavaScript.

Introduction

New Versions

Tips