issues
search
jonschlinkert
/
arr-flatten
Recursively flatten an array or arrays. This is the fastest implementation of array flatten.
https://github.com/jonschlinkert
MIT License
59
stars
16
forks
source link
Update index.js
#4
Open
BlackHole1
opened
7 years ago
BlackHole1
commented
7 years ago
var len = arr.length;
Can be eliminated
var len = arr.length;
Can be eliminated