We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283b571 commit f7ea5afCopy full SHA for f7ea5af
docs/style.md
@@ -79,7 +79,6 @@ const c = `foobar`;
79
// good
80
const a = 'foobar';
81
const b = `foo${a}bar`;
82
-const c = 'foobar';
83
```
84
85
## 解构赋值
0 commit comments