Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

something seems wrong #1900

Closed
Hurlarious opened this issue Aug 17, 2015 · 2 comments
Closed

something seems wrong #1900

Hurlarious opened this issue Aug 17, 2015 · 2 comments

Comments

@Hurlarious
Copy link

screen shot 2015-08-17 at 12 14 26 pm
Challenge http://www.freecodecamp.com/challenges/waypoint-manipulate-arrays-with-unshift has an issue. Please describe how to reproduce it, and include links to screenshots if possible.


  • the ourArray example is incorrect
  • the last paragraph of the instructions should say 'start' and not 'end' shift/unshift vs pop/push

my code should pass...?

@benmcmahon100
Copy link
Member

The ouArray example unshifts and array into an array. The aim of a challenge is to unshift the string Paul into myArray as the description says. Hope this calrifies but please check these kinds of issues in help or the main chat before making them into github issues. Thanks for reporting this!

@AryanJ-NYC
Copy link
Contributor

You're shifting an array that contains the string "Paul". You should be shifting JUST the string "Paul"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants