Krzysztof G.
Krzysztof G.
Thanks for opening this issue. This looks something that can be fixed by "first time" code contributors to this repository. Here are the files that you should be looking at...
Hey @Ajay-2005 We would love to be able to merge your changes but it looks like there is an error with the CI build. β οΈ Once you resolve these issues,...
Hi @nikkivaddepelli. Congrats on your first pull request (PR)! π Thank you for your contribution to the page! π We are happy to accept these changes and look forward to...
No need to create new PR, if you push changes to the PR branch, they will appear here.
Hi @aakarsh-2004. Congrats on your first pull request (PR)! π Thank you for your contribution to the page! π We are happy to accept these changes and look forward to...
Thanks for noticing it. If you don't mind, could you fix some similar cases?: https://github.com/freeCodeCamp/freeCodeCamp/blob/f6b57883e1e6522bca085a9c581f4ada940eed8a/curriculum/challenges/english/01-responsive-web-design/basic-css/give-a-background-color-to-a-div-element.md?plain=1#L28 https://github.com/freeCodeCamp/freeCodeCamp/blob/f6b57883e1e6522bca085a9c581f4ada940eed8a/curriculum/challenges/english/07-scientific-computing-with-python/learn-classes-and-objects-by-building-a-sudoku-solver/6606e2f27f19ca5f398c6aed.md?plain=1#L12 https://github.com/freeCodeCamp/freeCodeCamp/blob/f6b57883e1e6522bca085a9c581f4ada940eed8a/curriculum/challenges/english/24-b1-english-for-developers/learn-how-to-share-feedback/679aa0edf4fe16ac13066b10.md?plain=1#L38
Would you be willing to fix other occurrences of this problem? https://github.com/freeCodeCamp/freeCodeCamp/blob/ccf1a83b4edda2db58ca78c9a4dea6854581cffe/curriculum/challenges/english/25-front-end-development/workshop-nutritional-label/615f34ecc1091b4fd5a8a484.md?plain=1#L24 https://github.com/freeCodeCamp/freeCodeCamp/blob/ccf1a83b4edda2db58ca78c9a4dea6854581cffe/curriculum/challenges/english/14-responsive-web-design-22/learn-typography-by-building-a-nutrition-label/615f34ecc1091b4fd5a8a484.md?plain=1#L24 https://github.com/freeCodeCamp/freeCodeCamp/blob/ccf1a83b4edda2db58ca78c9a4dea6854581cffe/curriculum/challenges/english/25-front-end-development/lecture-working-with-common-string-methods/67326c0d7bef01c539120766.md?plain=1#L29 https://github.com/freeCodeCamp/freeCodeCamp/blob/ccf1a83b4edda2db58ca78c9a4dea6854581cffe/curriculum/challenges/english/25-front-end-development/lecture-importance-of-accessibility-and-good-html-structure/672a54ce90c19e9038f481d7.md?plain=1#L21
To clarify, the text on screenshots _CSS Basics_ and _Styling Lists_ is in `h2`, while the titles - _Basic CSS Review_ and _Lists, Links, CSS Background and Borders Review_ are...
This is a bit convoluted, but core behavior for the version with `rollDiceBtn.disabled = true;` is correct - only `3` rolls will be allowed and alert is displayed _after_ the...
> So, in the "Steps to Reproduce," both versions of the code are incorrect because` if(rolls === 3){...}` should come before the call to `rollDice()`, right? Not necessarily, as it...