8000
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 7885483 commit c3740e0Copy full SHA for c3740e0
.internal/arrayEach.js
@@ -8,7 +8,7 @@
8
*/
9
function arrayEach(array, iteratee) {
10
let index = -1
11
- const length = array == null ? 0 : array.length
+ const length = array.length
12
13
while (++index < length) {
14
if (iteratee(array[index], index, array) === false) {
0 commit comments