How to Use JavaScript Array Splice | Refine
Briefly

Array.prototype.splice() is a JavaScript Array method that is used to remove, replace or insert items starting at a chosen index.It is also an effective tool for adding items to the end of an array.
Read at Refine
[
add
]
[
|
|
]