1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 03:02:21 +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 // good
const a = 'foobar'; const a = 'foobar';
const b = `foo${a}bar`; const b = `foo${a}bar`;
const c = 'foobar';
``` ```
## 解构赋值 ## 解构赋值