Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paddingme/learning-javascript
I donnot give a shit.
https://github.com/paddingme/learning-javascript
Last synced: about 10 hours ago
JSON representation
I donnot give a shit.
- Host: GitHub
- URL: https://github.com/paddingme/learning-javascript
- Owner: paddingme
- Created: 2014-10-20T15:52:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T14:31:10.000Z (over 9 years ago)
- Last Synced: 2024-04-14T11:57:12.329Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.98 MB
- Stars: 30
- Watchers: 9
- Forks: 13
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 这里记载下我学 JavaScript 的历程
>上善若水,笃学敦行;
>人生苦短,应有尽时。## 1.《JavaScript DOM 编程艺术》
| 章节 | 新建时间 | 更新时间 |更新状态|
|----------------------|--------------|--------------|--------|
|[第一章 JavaScript 简史](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/1-1.md)|2014年10月22日|2014年11月18日| review+3 |
|[第二章 语法](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/1-2.md)|2014年10月23日|2014年11月18日| review+4 |
|[第三章 DOM](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/1-3.md)|2014年10月28日|2014年11月18日| review+4 |
|[第四章 JavaScript 图片库](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/1-4.md)|2014年10月31日|2014年11月19日| review+2 |
|[第五章 最佳实践](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/1-5.md)|2014年11月3日|2014年11月20日| review+3 |
|[第六章 图片库改进版](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/1-6.md)|2014年11月3日|2014年11月13日| review+4 |
|[第七章 动态创建标记](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/1-7.md)|2014年11月14日|2014年11月28日| review+5 |
|[第八章 充实文档的内容](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/1-8.md)|2014年11月20日|2014年11月22日| review+2|
|[第九章 CSS-DOM](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/1-9.md)|2014年11月24日|2014年11月24日| new+1|
|[第十章 用 JavaScript 实现动画效果](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/1-10.md)|2014年11月25日|2014年11月25日| new+1|
|[第十一章 HTML5](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/1-11.md)|2014年12月2日|2014年12月2日| new+1|## 2.《JavaScript 高级程序设计》
| 章节 | 新建时间 | 更新时间 |更新状态|
|-----------------------------------|--------------|--------------|--------|
|[第一章 JavaScript 简介](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/2-1.md)|2014年10月21日|2014年12月2日|review+2|
|[第二章 在HTML 中使用 JavaScript](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/2-2.md)|2014年10月21日|2014年12月2日|review+2|
|[第三章 基本概念](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/2-2.md)|2014年10月21日|2014年12月2日|review+2|
|[第六章 面向对象的程序设计](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/2-6.md)|2015年1月17日|2015年01月19日|update +5|## 3.《JavaScript 权威指南》
| 章节 | 新建时间 | 更新时间 |更新状态|
|-----------|--------------|--------------|--------|
|第六章 对象|2015年03月13日||2015年03月13日| new+1 |
|第八章 函数|2015年03月14日||2015年03月14日| new+1 |
|第七章 数组|2015年03月15日||2015年03月15日| new+1 |
|第二十章 客户端存储|2015年03月16日||2015年03月16日| new+1 |## 4.《JavaScript 语言精粹》
| 章节 | 新建时间 | 更新时间 |更新状态|
|-----------|--------------|--------------|--------|
|[第二章 语法](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/3-2.md)|2014年10月21日|2014年12月2日| review+2|
|[第三章 对象](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/3-3.md)|2014年10月21日|2014年10月21日| new+1 |
|[第四章 函数](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/3-4.md)|2014年10月21日|2015年1月8日| new+1 |## 5.《数据结构与算法 JavaScript 描述》
| 章节 | 新建时间 | 更新时间 |更新状态|
|---------------------------------------|--------------|--------------|-------|
|[第一章 JavaScirpt 的编程环境和模型](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/5-1.md)|2014年10月21日|2014年10月21日|new+1|
|[第二章 数组](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/5-2.md) |2014年10月21日|2014年10月21日|new+1|## 6. 《你不知道的 JavaScript》
### 作用域和闭包
| 章节 | 新建时间 | 更新时间 |更新状态|
|---------------------------------------|--------------|--------------|-------|
|[第一章 作用域是什么](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/6-1.md)|2015年06月12日|2015年06月12日|new+1|
|[第二章 词法作用域](https://github.com/paddingme/Learning-JavaScript/blob/master/Book/6-2.md) |2015年06月12日|2015年06月12日|new+1|