From 9bfa70c93c66788afb872bc80a4e447ed23a031c Mon Sep 17 00:00:00 2001 From: LING_ZI_QING Date: Thu, 21 Feb 2019 09:25:22 +0800 Subject: [PATCH] Update(free-programming-books-zh.md): TypeScript (#3145) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 英文官网 --- free-programming-books-zh.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 4602ddf7..c9790978 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -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)