Skip to content

Instantly share code, notes, and snippets.

@DveMac
Created October 23, 2016 18:18
Show Gist options
  • Save DveMac/6b4138cd9218949150a28ee1ebb5da6e to your computer and use it in GitHub Desktop.
Save DveMac/6b4138cd9218949150a28ee1ebb5da6e to your computer and use it in GitHub Desktop.
const _isArray = Array.isArray, {
slice: _slice,
includes: _includes,
concat: _concat,
sort: _sort,
filter: _filter,
reduce: _reduce,
map: _map,
} = Array.prototype
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment