pop first element from list js code example Example: js remove first item let myArray = [1, 2, 3, 4, 5]; let removedElement = myArray.shift();