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
-1
View File
@@ -79,7 +79,6 @@ const c = `foobar`;
// good
const a = 'foobar';
const b = `foo${a}bar`;
const c = 'foobar';
```
## 解构赋值