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 3f9ff91 commit 0e13fbdCopy full SHA for 0e13fbd
CONTRIBUTING.md
@@ -177,9 +177,6 @@ when the resulting code is hard to read.
177
- Prefer Array iterator functions `Array#forEach` and `Array#map` over loops
178
and array comprehensions.
179
180
- The exceptions to this rule are for objects with `__iterator__` set, and for
181
- XML objects (see README.E4X).
182
-
183
- Avoid using `new` with constructors where possible, and use `[]` and
184
`{}` rather than `new Array` or `new Object`:
185
0 commit comments