mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 10:22:23 +00:00
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
This commit is contained in:
commit
f8ac3ec2ae
@ -79,7 +79,6 @@ const c = `foobar`;
|
||||
// good
|
||||
const a = 'foobar';
|
||||
const b = `foo${a}bar`;
|
||||
const c = 'foobar';
|
||||
```
|
||||
|
||||
## 解构赋值
|
||||
|
Loading…
x
Reference in New Issue
Block a user