I am a passionate frontend developer
I am for sharing my tech knowledge
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 ...
