Lasse Jørgensen
Lasse Jørgensen
### Describe the Issue I thought it might be nice to have a separate issue for tracking Replit config updates to the Node.js challenges/projects. We may want to do the...
### Describe the Issue It doesn't seem intended as the following step has specific for/id attributes. https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-30 https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-31 https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/6145e6eeaa66c605eb087fe9.md ### Affected Page https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-accessibility-by-building-a-quiz/step-30 ### Your code ``` ``` ### Expected...
Update: In an attempt to fix the issue with React 18 we have implemented delays to button clicks performed by the tests and before checking the DOM content. This isn't...
### Describe the Issue The test should allow that flexbox is only set inside a media query. As the test is written right now it doesn't seem possible. I didn't...
### Describe the Issue Edit: I'm talking about a standard media query used in responsive design. Is [step 27](https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-responsive-web-design-by-building-a-piano/step-27) in "Learn Responsive Web Design by Building a Piano" really the...
Personally, I find it much harder to get the projects right without knowing what exactly is being tested for. Seeing the test code makes the requirements much more clear. We...
### Describe the Issue A rest parameter would involve parameters. The MDN article on [rest parameter](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/rest_parameters) only has function parameter examples and it links to the function definition part of...
### Describe the Issue The test is looking for `innerText` content and doesn't count other elements as content. A `header` element with other elements inside it is not an empty...
### Describe the Issue Edit: I haven't had time to check this issue but it might be a previous commit to transformers.js and not #45890 - the `head > link`...
### Describe the Issue The issue is related to Node.js versions 17+ and running the "Basic Node and Express - Implement a Root-Level Request Logger" challenge on localhost. The IP...