dinahess
dinahess
### Describe the Issue In Step 43 of the Pyramid Generator app in the JavaScript Algorithms and Data Structures curriculum, the example to concatenate a new line could be confusing...
### Describe the Issue The instructions in Step 11 refer to form without the word element following it. This is inconsistent with the previous pattern of '`` element' when referring...
### Describe the Issue In Step 16 of the Registration Form in the Responsive Web Design curriculum, instructions want students to add a new CSS element selector for the label...
### Describe the Issue The instructions for Step 33 for the City Skyline project in the Responsive Web Design curriculum could use clarification. I interpreted them as asking me to...
### Describe the Issue Forum posts show that students doing the Recipe Page lab do not have a good grounding of the basic HTML page structure. ### Affected Page https://www.freecodecamp.org/learn/full-stack-developer/...
### Describe the Issue Instructions in the "Build a Sentence Maker" lab in the Certified Full Stack Developer curriculum are not clear about how let variable declarations need to be...
### Describe the Issue Students tackling the JavaScript Palindrome Checker project in the Certified Full Stack Developer curriculum have not yet been introduced to basic regex. ### Affected Page https://www.freecodecamp.org/learn/full-stack-developer/lab-palindrome-checker/build-a-palindrome-checker...
### Describe the Issue Referring to this forum post (https://forum.freecodecamp.org/t/review-algorithmic-thinking-by-building-a-dice-game-step-4/741008), a student added the `if` statement to check if a user had rolled 3 times *after* the call to `rollDice()`,...
### Describe the Issue I could not find any videos/transcripts in the HTML section of the Certified Full Stack Developer curriculum that talked about the unique nature of radio/checkbox groups....
### Describe the Issue The instructions in this step ask the student to associate the `textarea` element to its `label` element. But the `textarea` element has no existing `id` attribute...