Update(free-programming-books-zh.md): TypeScript (#3145)

* update(free-programming-books-zh.md): TypeScript

add TypeScript

* update(free-programming-books-zh.md): TypeScript

Formatting

* Update(free-programming-books-zh.md): TypeScript 

Alphabetical ordering

* Update(free-programming-books-zh.md): TypeScript

Alphabetical ordering

* Update(free-programming-books-zh.md): TypeScript

Alphabetical ordering

* Update(free-programming-books-zh.md): TypeScript

Alphabetical ordering

* Update(free-programming-books-zh.md): TypeScript

remove TypeScript 英文官网
This commit is contained in:
LING_ZI_QING 2019-02-21 09:25:22 +08:00 committed by eshellman
parent f423c3ead3
commit 9bfa70c93c
1 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,7 @@
* [Scratch](#scratch)
* [Shell](#shell)
* [Swift](#swift)
* [TypeScript](#typescript)
* [VBA](#vba-microsoft-visual-basic-applications)
* [Vim](#vim)
* [Visual Prolog](#visual-prolog)
@ -720,6 +721,13 @@
* [《The Swift Programming Language》中文版](https://www.gitbook.com/book/numbbbbb/-the-swift-programming-language-/details)
### TypeScript
* [TypeScript Deep Dive 中文版](https://github.com/jkchao/typescript-book-chinese)
* [TypeScript 中文网](https://www.tslang.cn)
* [TypeScript 入门教程](https://www.runoob.com/w3cnote/getting-started-with-typescript.html)
### VBA (Microsoft Visual Basic Applications)
* [简明Excel VBA](https://github.com/Youchien/concise-excel-vba)