Here we can see that splice… The splice… ,
shift() – extracts an item from the beginning,
unshift(...items) – adds items to the beginning.
splice… Please note that methods sort, reverse and splice modify the array itself.
There are few things we can’t do though:
No splice – we can’t “delete” a value, because typed arrays