mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
Update style.md
Remove redundant quotes
This commit is contained in:
@@ -79,7 +79,6 @@ const c = `foobar`;
|
||||
// good
|
||||
const a = 'foobar';
|
||||
const b = `foo${a}bar`;
|
||||
const c = 'foobar';
|
||||
```
|
||||
|
||||
## 解构赋值
|
||||
|
||||
Reference in New Issue
Block a user