Question:Which function removes and returns the first item found in an array?
A Shift() B Unshift() C push() D Pop()
+ AnswerA
+ Report