Skip to content

Commit 8a5b4e5

Browse files
committed
docs: first commit
0 parents  commit 8a5b4e5

File tree

5 files changed

+377
-0
lines changed

5 files changed

+377
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
本教程全面介绍 JavaScript 核心语法,从最简单的开始讲起,循序渐进、由浅入深,力求清晰易懂。所有章节都带有大量的代码实例,便于理解和模仿,可以用到实际项目中,即学即用。
2+
3+
本教程适合初学者当作 JavaScript 语言的入门教程,也适合当作日常使用的参考手册。
4+
5+
## 许可证
6+
7+
本教程采用创意共享“署名—非商业性使用”许可证(Creative Commons Attribution-NonCommercial license)。所有内容不仅可以免费阅读,还可以自由使用(比如转载),只需遵守两个条件:
8+
9+
- **署名**:必须保留原作者的署名。
10+
- **非商业性使用**:除非得到正式许可,否则不得用于商业目的。
11+
12+
事实上,你还可以得到这本教程的源码。它就放在[Github](https://github.com/wangdoc/javascript-tutorial)上,欢迎克隆和提交 Pull Request。

0 commit comments

Comments
 (0)