Arrays Continued
shift() will remove the first element from an array.
splice() can be used if you specify the index of the first element, and indicate that you want to delete 1 element.
slice() method allows you to create a copy of the array between two indices.
joi...
successo.hashnode.dev3 min read