Differences Between Slice and Splice : javascript
In Javascript slice and splice are used to manipulate Array, both sound a little bit the same but they work differently, first let’s talk about slice
slice method used cut out some portion from the array or extract sub-array but it don’t change the ...
sagar.dev1 min read