This commit is contained in:
Peng Hailin 2019-04-05 15:55:01 +08:00
parent e8b79004dc
commit db5a9bccbf
2 changed files with 14 additions and 11 deletions

View File

@ -5,6 +5,10 @@
+ [60天通过CCNA考试](https://ccna60d.xfoss.com),一本基础的网络通讯书,翻译自国外经典 CCNA 60 days
你可以在 https://github.com/gnu4cn/ts-learnings 上 fork 本项目,并提交你的修正。
ECMAScript 2015 (ES6)已经正式发布所有浏览器均已支持同时许多项目如Angular, Ionic, Electron框架等均已在往ES6迁移。故需要学习掌握这一新版的Javascript。
## 变更日志

View File

@ -1,6 +1,7 @@
# 目录
* [简介](README.md)
* [TypeScript手册](README.md)
* [tsconfig.json](00_tsconfig-json.md)
* [基本数据类型](01_basic_data_types.md)
* [变量声明](02_variables_declaration.md)
* [](03_classes.md)
@ -14,13 +15,11 @@
* [符号](11_symbols.md)
* [迭代器与生成器](12_iterators_and_generators.md)
* [模块](13_modules.md)
* []()
* []()
* []()
* []()
* []()
* []()
* []()
* []()
* []()
* []()
* [命名空间](14_namespaces.md)
* [模块与命名空间](15_modules_and_namespaces.md)
* [模块解析](16_module_resolution.md)
* [声明的融合](17_declaration_merging.md)
* [JSX](18_jsx.md)
* [装饰器](19_decorators.md)
* [混入Mixins](20_mixins.md)
* [三斜杠指令](21_triple-slash_directives.md)