1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

Merge pull request #745 from Maecenas/patch-1

Update style.md
This commit is contained in:
Ruan YiFeng 2018-09-08 21:04:59 +08:00 committed by GitHub
commit 024ff64939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,6 @@ const c = `foobar`;
// good
const a = 'foobar';
const b = `foo${a}bar`;
const c = 'foobar';
```
## 解构赋值