@writetome51/array-remove-by-test
Removes array items that match the criteria of a test function
Removes array items that match the criteria of a test function
This function removes items from the array that match the criteria of the test function
Removes single item from array, identified by a passed index
Removes items from array, identified by indexes
Returns independent copy of a passed array
All these functions check the contents of the passed array and return boolean.
Function that inserts item(s) into the middle of the array
array-handling functions that remove items from the array
array-handling functions that return data from the array but do not modify the array
array-handling functions that return data from the array but do not modify the array
Array-handling function that removes items adjacent to (or near) a given value.
2 functions that remove all items that come after a certain value in the array
Functions that replace particular values found in array with new values
Functions that replace particular values found in array with new values
array-handling functions that replace items
This function replaces items in the middle of the array
array-handling functions that remove items from the array
Replaces adjacent items in the array with same number of new adjacent items
Better alternative to Array.splice() for replacing adjacent array items
Replaces 1 item in array at specified index