Typescript - mmedrano9438/peripheral-brain GitHub Wiki
- superset of javascript
- extends JavaScript by adding types to the language
- catches errors early in editor
- code converts to JavaScript, which runs anywhere JavaScript runs
- uses type inference to give you great tooling without additional code