Tackling TypeScript added (#5716)

This commit is contained in:
Ahmet Cetin 2021-10-02 14:28:27 +02:00 committed by GitHub
parent ae22813933
commit 8c9fc74dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2270,6 +2270,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
### TypeScript
* [Learn TypeScript in Y Minutes](https://learnxinyminutes.com/docs/typescript/)
* [Tackling TypeScript: Upgrading from JavaScript](https://exploringjs.com/tackling-ts/toc.html) - Dr. Axel Rauschmayer
* [TypeScript Accelerated](https://accelerated.amimetic.co.uk) - James Porter
* [TypeScript Deep Dive](https://basarat.gitbooks.io/typescript/)
* [TypeScript for C# Programmers](http://www.infoq.com/minibooks/typescript-c-sharp-programmers)