Krzysztof G.
Krzysztof G.
Checklist: - [x] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org). - [x] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/how-to-open-a-pull-request/). - [x] My pull...
## Describe the Issue There's edge case with `#complaint-description` and `#solution-description`, that's not addressed in instructions and test hints. - If `#other-complaint` is checked and `#complaint-description` contents have less than...
## Describe the Issue Tests of the _Complaint Reason_ checkboxes and _Desired Solution_ radio buttons trigger event on the fieldset containing said checkboxes and radio buttons. Not the changed checkboxes...
## Describe the issue Eighth test - ``You should call the `generatePassword` function with a numeric argument and store the returned password in the `password` variable.`` can pass with incorrect...
### Describe the Issue In Full Stack Developer Curriculum it's hard to find specific challenge/lecture/workshop/lab/review by name. Let's say I'm looking for _Build a Checkout Page_ lab. To find it...
### Describe the Issue Two steps in the Superhero application form require `onChange` function to implicitly return. Only one of them mentions that in instructions: https://github.com/freeCodeCamp/freeCodeCamp/blob/12e45fc4a02ce2ac50c908f7c7b6cc128c541a34/curriculum/challenges/english/25-front-end-development/workshop-superhero-application-form/680900675ae3d54ee19590c6.md?plain=1#L8-L14 None of them includes...
### Describe the Issue There's a bit elusive `value` attribute on the first option in the Superhero application form. Step 9: - Options are added to the select. - No...
### Describe the Issue In Tic-tac-toe lab test checking if tie results in indication of the draw only compares state before and after the click that _should_ display draw message....
### Describe the Issue Tests in Tic-tac-toe lab are not checking whether game is ended when there's diagonal winning pattern on the board. This means solution omitting diagonal end of...
### Describe the Issue Fruit search app React workshop is using index as a key when rendering list. https://github.com/freeCodeCamp/freeCodeCamp/blob/6bcce9f0303ca933a2a317ce6fc2a8651258ce56/curriculum/challenges/english/25-front-end-development/workshop-fruit-search-app/68140ab94fd0ea19c62ca87e.md?plain=1#L261-L263 Because project doesn't manipulate rendered entries later, this doesn't create any...