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