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

Update style.md

Remove redundant quotes
This commit is contained in:
Maecenas Li 2018-09-07 15:52:33 +08:00 committed by GitHub
parent 283b571650
commit f7ea5af44d
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';
```
## 解构赋值