Fixed challenge typo #7615
+1
−1
drk7891
commented
@drk7891 You change looks good to me. But just in case I am blocking this for @BerkeleyTrue to check why the Travis-CI has failed.
I am not aware of any recent changes that might do this.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixes a typo in JavaScript challenge Stand in line that asks for a different array name. (Asks for 'myArr' which should be 'testArr')
Tested locally and
npm test
passes all tests.Closes #7614
On a side note, I am not sure why the Travis-CI tests aren't starting on here. Is that a problem or just not required?