Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

fix(challenges): change comment to make it clearer which lines to edit #72

Merged
merged 1 commit into from
Jun 29, 2018
Merged

fix(challenges): change comment to make it clearer which lines to edit #72

merged 1 commit into from
Jun 29, 2018

Conversation

RobAnthony01
Copy link
Contributor

ISSUES CLOSED: #64

Pre-Submission Checklist

  • [ x] Your pull request targets the staging branch of freeCodeCamp.
  • [ x] Branch starts with either fix/, feature/, or translate/ (e.g. fix/signin-issue)
  • [x ] You have only one commit (if not, squash them into one commit).
  • [ x] All new and existing tests pass the command npm test. Use git commit --amend to amend any fixes.

Type of Change

  • [x ] Small bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Add new translation (feature adding new translations)

Checklist:

  • [ x] Tested changes locally.
  • [ x] Addressed currently open issue (replace XXXXX with an issue no in next line)

Closes #64

Description

Makes a change to the text in the comments to make it clearer which lines of code should be editied

@raisedadead raisedadead force-pushed the dev branch 3 times, most recently from 9744d9f to ebf0399 Compare June 29, 2018 18:39
@raisedadead raisedadead merged commit 667783d into freeCodeCamp:dev Jun 29, 2018
@RobAnthony01 RobAnthony01 deleted the fix/64-update-text branch June 29, 2018 19:27
raisedadead pushed a commit that referenced this pull request Jun 30, 2018
## [3.0.1](v3.0.0...v3.0.1) (2018-06-30)

### Bug Fixes

* **challenges:** change comment to make it clearer ([#72](#72)) ([46fcf43](46fcf43))
* **challenges:** fix a test case in an Applied Accessibility ([4c0d587](4c0d587))
* **challenges:** remove unnecessary test cases ([17af3dd](17af3dd))
* **challenges:** removed a test in basic javascript challenge ([#76](#76)) ([ff26697](ff26697)), closes [#73](#73)
* **challenges:** removed comment in the seed ([6a8a9db](6a8a9db))
* **challenges:** removed redundant text from challenge ([c37a1e8](c37a1e8)), closes [#36](#36)
raisedadead pushed a commit that referenced this pull request Jun 30, 2018
## [3.0.1](v3.0.0...v3.0.1) (2018-06-30)

### Bug Fixes

* **challenges:** change comment to make it clearer ([#72](#72)) ([46fcf43](46fcf43))
* **challenges:** fix a test case in an Applied Accessibility ([4c0d587](4c0d587))
* **challenges:** remove unnecessary test cases ([17af3dd](17af3dd))
* **challenges:** removed a test in basic javascript challenge ([#76](#76)) ([ff26697](ff26697)), closes [#73](#73)
* **challenges:** removed comment in the seed ([6a8a9db](6a8a9db))
* **challenges:** removed redundant text from challenge ([c37a1e8](c37a1e8)), closes [#36](#36)
anku255 pushed a commit to anku255/curriculum that referenced this pull request Jun 30, 2018
anku255 pushed a commit to anku255/curriculum that referenced this pull request Jun 30, 2018
## [3.0.1](freeCodeCamp/curriculum@v3.0.0...v3.0.1) (2018-06-30)

### Bug Fixes

* **challenges:** change comment to make it clearer ([freeCodeCamp#72](freeCodeCamp#72)) ([46fcf43](freeCodeCamp@46fcf43))
* **challenges:** fix a test case in an Applied Accessibility ([4c0d587](freeCodeCamp@4c0d587))
* **challenges:** remove unnecessary test cases ([17af3dd](freeCodeCamp@17af3dd))
* **challenges:** removed a test in basic javascript challenge ([freeCodeCamp#76](freeCodeCamp#76)) ([ff26697](freeCodeCamp@ff26697)), closes [freeCodeCamp#73](freeCodeCamp#73)
* **challenges:** removed comment in the seed ([6a8a9db](freeCodeCamp@6a8a9db))
* **challenges:** removed redundant text from challenge ([c37a1e8](freeCodeCamp@c37a1e8)), closes [freeCodeCamp#36](freeCodeCamp#36)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User guidance incorrect in ES6: Use Destructuring Assignment with the Rest Operator to Reassign Array Elements
2 participants