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.

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) 馃憤
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
@bounceyare 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.