You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// -> The shift() method removes the first element from an array and returns that element. It also shifts all remaining elements one position towards the front of the array, effectively reducing the length of the array by 1.