curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

The freeCodeCamp curriculum and lesson editor

Results 39 curriculum issues
Sort by recently updated
recently updated
newest added

fixes Use the filter Method to Extract Data from an Array: wrong indices #86. Was partially using names from the tests. - [x] Your pull request targets the `dev` branch....

status: ready for QA

Using the `background-image` property instead of `background` should still pass the tests. ![image](https://user-images.githubusercontent.com/30289773/46111779-22792580-c1e0-11e8-97b3-b605d7d49837.png)

#### Description #### Pre-Submission Checklist - [ ] Your pull request targets the `dev` branch. - [ ] Branch starts with either `fix/`, `feature/`, or `translate/` (e.g. `fix/challenge-tests`) - [...

#### Describe the bug https://learn.freecodecamp.org/front-end-libraries/react/add-inline-styles-in-react The challenge states to set the fontSize to 40, this isn't exactly a bug, but I feel the challenge can cause confusion because the previous...

I've added id to each block in order to upsert them using new seeding mechanism. ISSUES CLOSED: #17803 #### Description I've added id to each block in order to upsert...

ISSUES CLOSED: #305 #### Description This includes modern challenges in the test suite. The test suite in `curriculum` is now closer to the test runner `learn` though it still ignores...

#### Description Changes the dasherize function to match the learn and freeCodeCamp repos #### Pre-Submission Checklist - [x] Your pull request targets the `dev` branch. - [x] Branch starts with...

Add \/\s*? to start of looked for code and \s*?\/ after semi colon. This traps any extra non-whitespace between the comments. Also changed the solutions to fit the new regex...

Avoid caching challenges so that changes can be hotloaded into Gatsby. Add scripts to watch challenges and atomically copy them to the dist directory, without minification. ISSUES CLOSED: #68 ####...

status: ready for QA

#### Describe the bug Use Inheritance So You Don't Repeat Yourself challenge is incomplete. There is no description of how to `inherit` from `Animal`.