Skip to content

Commit e30c118

Browse files
committed
docs: 调整目录
1 parent 2c8ec3b commit e30c118

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

chapters.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
- introduction.md: 导论
2-
- history.md: JavaScript 语言的历史
3-
- basic/: 基本语法和数据类型
4-
- basic/grammar.md: 基本语法
5-
- basic/types.md: 数据类型
6-
- basic/null-undefined-boolean.md: null,undefined 和布尔值
7-
- basic/number.md: 数值
8-
- basic/string.md: 字符串
9-
- basic/object.md: 对象
10-
- basic/function.md: 函数
11-
- basic/array.md: 数组
2+
- history.md: 历史
3+
- grammar.md: 基本语法
4+
- types/: 数据类型
5+
- types/general.md: 概述
6+
- types/null-undefined-boolean.md: null,undefined 和布尔值
7+
- types/number.md: 数值
8+
- types/string.md: 字符串
9+
- types/object.md: 对象
10+
- types/function.md: 函数
11+
- types/array.md: 数组
1212
- calculation/: 运算规则
1313
- calculation/arithmetic.md: 算术运算符
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 数据类型
1+
# 数据类型概述
22

3-
## 概述
3+
## 简介
44

55
JavaScript 语言的每一个值,都属于某一种数据类型。JavaScript 的数据类型,共有六种。(ES6 又新增了第七种 Symbol 类型的值,本教程不涉及。)
66

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)