logo
logo

Remove First Element

Remove First Element

Given an array 'a', remove the first element of the array using the shift() method and log the resulting array to the console.

Console
Submit
Solution
00:00