Improve front-end training

This commit is contained in:
Charles-Axel Dein
2020-10-06 11:26:09 +02:00
parent 3d81dbde14
commit 4d965a996a
3 changed files with 24 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
- [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)
- [Exercises](#exercises)
- [References](#references)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -15,6 +16,10 @@
## An introduction to TypeScript's type system
## Exercises
- [TypeScript Exercises](https://typescript-exercises.github.io/)
## References
- [ES5 to ESNextheres every feature added to JavaScript since 2015](https://www.freecodecamp.org/news/es5-to-esnext-heres-every-feature-added-to-javascript-since-2015-d0c255e13c6e/)