The function `nextInLine` uses **arr** and **item**. Those are what the tests will use to pass the array elements they will test with. It allows the function to be reusable. Do not hardcode any of the tests inside the function.
*<ahref='http://www.freecodecamp.com/challenges/manipulate-arrays-with-push'target='_blank'rel='nofollow'>Challenge: Manipulate Arrays With push()</a>
*<ahref='http://www.freecodecamp.com/challenges/manipulate-arrays-with-shift'target='_blank'rel='nofollow'>Challenge: Manipulate Arrays With shift()</a>
*<ahref='http://www.freecodecamp.com/challenges/passing-values-to-functions-with-arguments'target='_blank'rel='nofollow'>Challenge: Passing Values to Functions with Arguments</a>