Jessica Wilkins
Jessica Wilkins
### Describe the Issue We had a [camper](https://forum.freecodecamp.org/t/learn-localstorage-by-building-a-to-do-app-step-28/664487) on the forum try to solve step 28 of the TODO app project, but wasn't able to. Even though they had a...
### Describe the Issue We received this comment on the [forum](https://forum.freecodecamp.org/t/feedback-learn-functional-programming-by-building-a-spreadsheet/663204) concerning the hint text for step 81 of the spreadsheet project >Improve message in check code dialog. >The code:...
### Describe the Issue We have a lot of confusion on the [forum](https://forum.freecodecamp.org/t/learn-basic-string-and-array-methods-by-building-a-music-player-step-28/657246) about the purpose of the `playSong` function in this step. here are the current directions > You...
### Describe the Issue This issue is responsible for refactoring these tests here to no longer depend on `var` for the RPG . https://github.com/freeCodeCamp/freeCodeCamp/pull/53166/commits/d3d78afe04b4498bdbeacd3555c950ee5527000b Once this PR is resolved and...
### Describe the Issue We had a camper on the [forum](https://forum.freecodecamp.org/t/didnt-pass-test/663517/4), not able to pass step 27 of the authors project with this code ```js ${bio.length > 50? `${bio.slice(0,50)}...` :...
## Summary of changes This PR is responsible for adding the updates mentioned in this issue here #53262 TODO: go through final manual test of changes before opening up for...
### Describe the Issue For this step, campers have to add two onclick attributes. But the test is expecting the onclick attributes to be the first attribute listed and that...
## Summary of changes This step comes up a lot on the forum. The issues seem to be the strictness of the tests and the understanding of the problem. The...
## Summary of changes This PR updates the RPG project to prepare for the addition of the intro pyramid project that will go before this one https://github.com/freeCodeCamp/freeCodeCamp/pull/54305 closes #53694 Checklist:...
## Summary of changes This PR is responsible for applying the feedback received for the calorie counter project. Overall, the current project is to hard for campers. This is one...