# blog **Repository Path**: sdhfs/blog ## Basic Information - **Project Name**: blog - **Description**: javascript高级程序设计(第三版) 快速阅读版,省略较多不常用的内容。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-13 - **Last Updated**: 2021-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 测试狗的博客 > 写这个博客的初衷是为了方便自己回忆JS的相关知识点, 也方便其他朋友阅读. 用尽可能少的时间提取完「Javascript高级程序设计」的内容, 面向有一定基础的朋友 ## 进度 「Javascript高级程序设计」快速解读系列并不会按照顺序更新, 对于**极不常用**的内容会略过讲解, 没有更新的文章会标注(暂无内容), 会不定期补充更新. ## 发布的平台 * [个人博客](https://thinkerchan.com/categories/Javascript/) * [Github](https://github.com/thinkerchan/blog) * [语雀(阅读体验最好)](https://www.yuque.com/testdog/jsbook) ## 「Javascript高级程序设计」快速解读系列 1. [简介](https://github.com/thinkerchan/blog/issues/1) 2. [在HTML中使用JS](https://github.com/thinkerchan/blog/issues/2) 3. [基本概念](https://github.com/thinkerchan/blog/issues/3) 4. [变量、作用域和内存问题](https://github.com/thinkerchan/blog/issues/4) 5. [引用类型](https://github.com/thinkerchan/blog/issues/5) 6. [面向对象的程序设计](https://github.com/thinkerchan/blog/issues/6) 7. [函数表达式](https://github.com/thinkerchan/blog/issues/7) 8. [BOM](https://github.com/thinkerchan/blog/issues/8) 9. [客户端检测](https://github.com/thinkerchan/blog/issues/9) 10. [DOM](https://github.com/thinkerchan/blog/issues/10) 11. [DOM扩展](https://github.com/thinkerchan/blog/issues/11) 12. [DOM2和DOM3(暂无内容)](#) 13. [事件](https://github.com/thinkerchan/blog/issues/13) 14. [表单脚本(略)](#) 15. [使用Canvas绘图](https://github.com/thinkerchan/blog/issues/15) 16. [HTML5脚本编程](https://github.com/thinkerchan/blog/issues/16) 17. [错误处理与调试](https://github.com/thinkerchan/blog/issues/17) 18. [JavaScript与XML(略)](https://github.com/thinkerchan/blog/issues/18) 19. [E4X(略)](https://github.com/thinkerchan/blog/issues/19) 20. [Json](https://github.com/thinkerchan/blog/issues/20) 21. [Ajax与Comet](https://github.com/thinkerchan/blog/issues/21) 22. [高级技巧](https://github.com/thinkerchan/blog/issues/22) 23. [离线应用与客户端存储](https://github.com/thinkerchan/blog/issues/23) 24. [最佳实践](https://github.com/thinkerchan/blog/issues/24) 25. [新兴的API](https://github.com/thinkerchan/blog/issues/25) 这里也放了书上给到的所有示例, 放在code文件夹中了. 观看这些实例源码也是一个很好的学习方式. ## 知识点补充系列 1. [Web离线存储-indexedDB快速教程](https://github.com/thinkerchan/blog/issues/26) 2. [120行代码理解双向绑定原理](https://github.com/thinkerchan/blog/issues/27) 3. [快速理解JS模块化](https://github.com/thinkerchan/blog/issues/28) 4. [vuex快速入门(草稿)](https://github.com/thinkerchan/blog/issues/29) ## 勘误及提问 如果有疑问或者发现错误,可以在相应的 issues 进行提问或勘误。 如果喜欢或者有所启发,欢迎 star,对作者也是一种鼓励。 ## License 所有文章采用[知识共享署名-非商业性使用-相同方式共享 3.0 中国大陆许可协议](http://creativecommons.org/licenses/by-nc-sa/3.0/cn/)进行许可。