"Stand in line" exercise under Basic JS has unclear directions or doesn't evaluate properly #7614
W8sconsin
commented
@W8sconsin thanks.
Yup There is a typo :
After queue(testArr, 10),
myArr[4] should be 10
should be
After queue(testArr, 10),
testArr[4] should be 10
Needs to be fixed here
Apart from that do you feel there is anything that is not clear in the challenge, please comment.
Thanks again.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
4 doesn't seem to relate to the task. Unclear directions in task. What is myArr? It comes out of the blue.