Skip to content

Commit 6b761e8

Browse files
committed
edit README
1 parent e277c06 commit 6b761e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
本书为中级难度,适合已有一定JavaScript语言基础的读者,了解这门语言的最新进展;也可当作参考手册,查寻新增的语法点。
1010

11+
网站上为预览版,电子工业出版社不久将出版全书。
12+
1113
### 版权许可
1214

1315
本书采用“保持署名—非商用”创意共享4.0许可证。

docs/destructuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ES6允许按照一定模式,一次性对多个变量进行赋值,这又称为解构(Destructuring)。
44

5-
正常情况下,将数组元素赋值给多个变量,只能一次次分开赋值。
5+
正常情况下,为多个变量赋值,只能一次次分开赋值。
66

77
```javascript
88

0 commit comments

Comments
 (0)