mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
Update style.md
Remove redundant quotes
This commit is contained in:
parent
283b571650
commit
f7ea5af44d
@ -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