remove
Updated on August 22, 2024Source codeTests
createRemove
is a pipe that transforms an array to an array with an item at a given index removed.
Create remove
Call createRemove
with these parameters to create your remove
function:
Parameter
Type
Required
Description
index
number
yes
The index of the item to remove.