Freecodecamp: Beta curriculum exercise - Basic JavaScript - Manipulate Arrays With shift()

Created on 25 May 2018  路  5Comments  路  Source: freeCodeCamp/freeCodeCamp

Describe your problem and - if possible - how to reproduce it

I didn't know where to put this, but in this exercise the example code on line 3 does not define the removedFromOurArray variable with the var keyword. This causes the test to fail if the user follows the exercise explicitly and only changes the code below the commented line. I imagine this would be frustrating to new users.

Add a Link to the page with the problem

https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/manipulate-arrays-with-shift

Tell us about your browser and operating system

  • Browser Name: Chrome
  • Browser Version: Version 66.0.3359.181 (Official Build) (64-bit)
  • Operating System: Windows 10

If possible, add a screenshot here

image

Most helpful comment

Hi we may have created some confusion on where to create issues and PR

Issues are welcome to opened on any repo you like learn or the main repo. We (@freeCodeCamp/moderators) will take care of moving them around as needed. Just tag us (me, Stuart @bouncey are actively checking these) when in doubt. But its fine to just report an not worry 馃槂!

As for which repo to make a PR against:

  • All of the challenge execution logic is now moved to the learn repo. That is to say, it has become our challenge platform. Its based on Gatsby, and is a simple static app.

  • The challenge themselves (just the content, instructions, and the tests) are on the main repo. They are now published as a npm package. And used on learn as a dependency.

  • The main repo, will just serve the welcome page, user settings and portfolio.

All 5 comments

Working on it

@seekingcat @rajatkantinandi I think this would need to raised on the repo for learn: https://github.com/freeCodeCamp/learn
cc @raisedadead @Bouncey

Hi we may have created some confusion on where to create issues and PR

Issues are welcome to opened on any repo you like learn or the main repo. We (@freeCodeCamp/moderators) will take care of moving them around as needed. Just tag us (me, Stuart @bouncey are actively checking these) when in doubt. But its fine to just report an not worry 馃槂!

As for which repo to make a PR against:

  • All of the challenge execution logic is now moved to the learn repo. That is to say, it has become our challenge platform. Its based on Gatsby, and is a simple static app.

  • The challenge themselves (just the content, instructions, and the tests) are on the main repo. They are now published as a npm package. And used on learn as a dependency.

  • The main repo, will just serve the welcome page, user settings and portfolio.

Thank you for the information. I am just a beginner student, so I鈥檓 sure I鈥檝e done something stupid. I didn鈥檛 know where to put this, but thought I鈥檇 raise this as it confused me and I thought it would confuse others. Please move this to the correct place or delete if appropriate. Thank you.

@seekingcat its perfectly alright. Thanks for reporting issues. Please keep it up (on any repo you prefer) 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

robwelan picture robwelan  路  3Comments

bagrounds picture bagrounds  路  3Comments

vaibsharma picture vaibsharma  路  3Comments

SaintPeter picture SaintPeter  路  3Comments

DaphnisM picture DaphnisM  路  3Comments