A collection of JavaScript array and string methods with examples
Remove duplicate values from an array. Fastest ES5 implementation.
Flatten nested arrays
Matches strings against configurable strings, globs, regular expressions, and/or functions
Turn anything into an array
ES2015 `Array#findIndex()` ponyfill
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Loop over each item in an array and call the given function on every element.
Fast JavaScript array sorting by implementing Python's Timsort algorithm
No description provided.
JavaScript sprintf implementation
Parse postgres array columns
Get the last or last n elements in an array.
finds an item in an array matching a predicate function, and returns its index
return list of CallSite objects from a captured stacktrace
Get all but the last element or last n elements of an array.
Parses set-cookie headers into objects
Base64 encoding/decoding in pure JS
Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.
Concatenate a readable stream's data into a single array
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Maintain and search through a sorted array using some low level functions
Validates if a value is an array.
A simple list of possible Typed Array names.