Jessica Wilkins
Jessica Wilkins
This might be a small issue, but I think for consistency sake we should always require users to add an alt attribute for their image tags. In steps [2](https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-the-css-box-model-by-building-a-rothko-painting/step-2), [3](https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-the-css-box-model-by-building-a-rothko-painting/step-3),...
### Describe the Issue The updated topic banner on the [fcc forum](https://forum.freecodecamp.org/) is covering up a couple of the table headers here ### Affected Page https://forum.freecodecamp.org/ ### Steps to Reproduce...
### Describe the Issue I was assisting a camper in t[his forum post](https://forum.freecodecamp.org/t/html-building-cafe-menu-comment-out-div-step-22/583423) and they were able to pass [step 22](https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-basic-css-by-building-a-cafe-menu/step-22) of the cafe menu project with the following answer....
This PR will be responsible for adding the sports team project to the new JS curriculum ## Todo - add tests Checklist: - [x] I have read and followed the...
Checklist: - [ ] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org). - [ ] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/#/how-to-open-a-pull-request). - [...
### Describe the Issue These three challenges in the HTML foundations have the exact same text. https://www.freecodecamp.org/learn/the-odin-project/top-learn-html-foundations/html-foundations-question-h https://www.freecodecamp.org/learn/the-odin-project/top-learn-html-foundations/html-foundations-question-i https://www.freecodecamp.org/learn/the-odin-project/top-learn-html-foundations/html-foundations-question-j We should update the text for all three lessons so the...
### Describe the Issue The first two challenges in the HTML foundations have the exact same text. https://www.freecodecamp.org/learn/the-odin-project/top-learn-html-foundations/html-foundations-question-a https://www.freecodecamp.org/learn/the-odin-project/top-learn-html-foundations/html-foundations-question-b I feel like it would be better to update the text...
### Describe the Issue In [lesson C](https://www.freecodecamp.org/learn/the-odin-project/top-learn-html-foundations/html-foundations-question-c), each time `index.html` is mentioned it is wrapped in backticks. But the last time it is mentioned, there are no backticks. For consistency,...
### Describe the Issue Right now for [step 34](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-modern-javascript-methods-by-building-football-team-cards/step-34), we are expecting campers to use a ternary to check if nickname is not null ```js Nickname: ${nickname !== null ?...
### Describe the Issue We had a [camper](https://forum.freecodecamp.org/t/learn-intermediate-oop-by-building-a-platformer-game-step-103/660595/2) unable to pass the test, because the test is expecting parenthesis here ```js if(isCheckpointCollisionDetectionActive) { setTimeout(() => ( checkpointScreen.style.display = "none" ),...