shift angular code example Example: removing first item array js var list = ["bar", "baz", "foo", "qux"]; list.shift()//["baz", "foo", "qux"]