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 5a01394 + 2a43ade commit eceab31Copy full SHA for eceab31
README.md
@@ -273,7 +273,7 @@
273
}
274
```
275
276
- - Never name a parameter `arguments`, this will take precendence over the `arguments` object that is given to every function scope.
+ - Never name a parameter `arguments`, this will take precedence over the `arguments` object that is given to every function scope.
277
278
```javascript
279
// bad
0 commit comments