Skip to content

Challenge Manipulate Arrays With Shift

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Manipulate Arrays With shift()

shift() removes the first element unlike pop() which removes the last.

Clone this wiki locally