Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages

This commit is contained in:
ruanyf
2018-09-08 22:20:47 +08:00
-1
View File
@@ -79,7 +79,6 @@ const c = `foobar`;
// good
const a = 'foobar';
const b = `foo${a}bar`;
const c = 'foobar';
```
## 解构赋值