21 lines
826 B
Markdown
21 lines
826 B
Markdown
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|||
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|||
|
## Table of Contents
|
|||
|
|
|||
|
- [TypeScript](#typescript)
|
|||
|
- [Differences between TypeScript and JavaScript](#differences-between-typescript-and-javascript)
|
|||
|
- [An introduction to TypeScript's type system](#an-introduction-to-typescripts-type-system)
|
|||
|
- [References](#references)
|
|||
|
|
|||
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|||
|
|
|||
|
# TypeScript
|
|||
|
|
|||
|
## Differences between TypeScript and JavaScript
|
|||
|
|
|||
|
## An introduction to TypeScript's type system
|
|||
|
|
|||
|
## References
|
|||
|
|
|||
|
- [ES5 to ESNext — here’s every feature added to JavaScript since 2015](https://www.freecodecamp.org/news/es5-to-esnext-heres-every-feature-added-to-javascript-since-2015-d0c255e13c6e/)
|