Open
Description
There are many things I would like to change:
arr-diff/benchmark/code/filter.js
Line 3 in ea84b7d
function
instead of arrow functionarr-diff/benchmark/code/filter.js
Line 3 in ea84b7d
arrays
for a parameter, but is actually used likeconst arrays =
. Usesarguments
, when it could use...arrays
.arr-diff/benchmark/code/filter.js
Line 4 in ea84b7d
[].concat()
instead of[].concat.apply()
. Uses[].slice
whenArray.prototype.slice
makes more sense.arr-diff/benchmark/code/filter.js
Line 6 in ea84b7d
includes
instead ofindexOf
Can I make a pull request changing this? Should I add a new benchmark or edit the existing one?
Metadata
Metadata
Assignees
Labels
No labels