Lasse Jørgensen
Lasse Jørgensen
### Describe the Issue Valid code will fail and give the wrong assert message about using `Math.floor` which is confusing. ``` Math.floor((Math.random() * 6) + 1); ``` Expected ``` Math.floor(Math.random()...
### Describe the Issue The context for this issue is this forum thread. https://forum.freecodecamp.org/t/potential-website-crash-do-to-infinite-loop-on-step-64-and-65-of-the-pyramid-generator/692412 The infinite loop does make the loop protection kick in, but the browser will still crash...
### Describe the Issue Elements that do not accept content (child nodes) are void or empty elements. > Self-closing tags (``) do not exist in HTML. https://developer.mozilla.org/en-US/docs/Glossary/Void_element https://html.spec.whatwg.org/multipage/syntax.html#void-elements It doesn't...
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 This part of the text: > return the function found at the `fn` property of your spreadsheetFunctions object Can be misinterpreted as `fn` being a property...
### Is your feature request related to a problem? Please describe. - Pause and seek would greatly help the campers to narrow down the specific words that are required. -...
### Describe the Issue I don't think this should require an anonymous callback when you can just pass `Number` as the callback. It should pass with both. Expected: ``` const...
### Is your feature request related to a problem? Please describe. Campers do not understand callbacks well. I see this everywhere on the forum. Even with people far into the...
### Describe the Issue In step 31 we are asked to add a check that the value doesn't contain the id. As far as I can tell, this is to...
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...