array-explorer

Array selector

A resource to help figure out the most suitable JavaScript array method for a given task

⚡️ A resource to help figure out what JavaScript array method would be best to use at any given time

GitHub

3k stars
43 watching
241 forks
Language: JavaScript
last commit: 5 months ago
Linked from 2 awesome lists

array-lookuparray-methodsarray-resourcearraysjavascriptjavascript-toolslearning-javascriptvuevuejs2vuex

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mathiasbynens/array.from Creates a new array instance from an array-like or iterable object. 67
paulmillr/array.prototype.find Fills ES6 Array.prototype.find method in older environments 38
mljs/array Functional utilities to transform and compute stats on arrays 16
paulmillr/array.prototype.findindex Polyfills ES6 Array.prototype.findIndex for older environments 28
amejiarosario/dsa.js-data-structures-algorithms-javascript An implementation of data structures and algorithms in JavaScript, providing a reference manual and resource for developers. 7,606
parro-it/map-array Converts key-value pairs of an object into a sorted array of key-value pairs 4
jonschlinkert/array-first Returns one or more elements from the beginning of an array 11
kennymkchan/interview-questions-in-javascript A collection of JavaScript interview questions with solutions 3,616
jonschlinkert/array-last Returns the last element(s) in an array 35
juliangruber/isarray A polyfill for Array.isArray to support older browsers and Node.js versions. 132
scijs/ndarray A multidimensional array data structure for JavaScript 1,212
mathiasbynens/regexp.prototype.search A polyfill for the search method in ECMAScript 6's RegExp object 5
teles/array-mixer A JavaScript library that allows reordering of arrays based on user-defined aliases and sequences. 38
mattdesl/array-range Creates a new dense array with a specified range of values 25
trekhleb/javascript-algorithms This repository provides JavaScript implementations of fundamental algorithms and data structures. 188,456