Intro to Typescript - raisercostin/software-wiki GitHub Wiki
Basic
Advanced
- Generator functions
- Promises & async-await
- Error handling
- callsite & binding
- binding types: implicit, explicit, default (global)
- lambda(that stores the callsite) vs function reference/callback (that doesn't store the callsite)
- see more and clear: https://gist.github.com/zcaceres/2a4ac91f9f42ec0ef9cd0d18e4e71262
- Advanced types