Lasse Jørgensen
Lasse Jørgensen
### Describe the Issue The challenge is using the `reduce` method which hasn't been introduced yet. I believe it is an artifact of the current section order (ES6 now comes...
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 The challenge does not show the Mongoose schema syntax needed for an array of strings `property: [String]` instead it shows this `favoriteFoods : array of strings...
### Describe the Issue Probably not all that important, although it is valid syntax and it does what is asked for. ``` const myStorage = { "car": { "inside": {...
### Describe the Issue I'm not sure I see the point of the `forEach` callback having an implicit return seeing as you can't use the return for anything. I don't...
### Describe the Issue Example: > Use the `+=` operator to add `Your [weapon] breaks.` I think it is easy to misinterpret this in challenges where bracket notation is used...
### Describe the Issue The standard for loop was taught in the RPG challenge. For this challenge, I would suggest replacing the standard for loop with a `for...of` loop. The...
### Describe the Issue I'm no language genius but I don't think the requirement is correct. I'm not sure you are supposed to use two full stops in a row...
### Describe the Issue Prettier formatted HTML will fail the "Health" text test. If you add text to the nested span you can see the spacing is correct. ``` Monster...
### Describe the Issue Image of the bug: https://global.discourse-cdn.com/freecodecamp/original/4X/4/5/0/450b30022003aba1bf58cde0834180b757026b88.png 1. Go to step 52 https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-basic-javascript-by-building-a-role-playing-game/step-52 2. Write the wrong code `const location = []`. The locally declared variable should not...