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.
2 parents 283b571 + f7ea5af commit 024ff64Copy full SHA for 024ff64
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