freeCodeCamp: Missing code block in step 154 of new JS rpg project
the issue
In the step, the hint says the following:
You should add the string " Your " to
text.innerText. Remember that spacing matters.
the file
If you would like to fix this issue, please make sure you read our guidelines for contributing, we prioritize contributors following the instructions in our guides. Join us in our chat room or the forum if you need help contributing, our moderators will guide you through this.
Sometimes we may get more than one pull requests. We typically accept the most quality contribution, followed by the one that is made first.
Happy contributing.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 18 (14 by maintainers)
Commits related to this issue
- fix(curriculum): Added description texts about spaces in step 154 #48160 Used the text as described in #48087 (comment). — committed to HatimZ/freeCodeCamp by HatimZ 2 years ago
- fix(curriculum): Added description texts about spaces in step 154 #48160 (#48196) * fix(curriculum): Added description texts about spaces in step 154 #48160 * fix(curriculum): Added description ... — committed to freeCodeCamp/freeCodeCamp by HatimZ 2 years ago
Hey @dojutsu-user! Woops, sorry to hear that!
Since the issues aren’t assigned the anyone, usually you aren’t supposed to ask or comment on the issue about if you’ve taken it up or not. That’s just how things work.
I think it’s even more important to make sure learners notice that here: https://github.com/freeCodeCamp/freeCodeCamp/blob/6df93646db629a535c3ae193aee1c8e16d33feed/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62aa226207f33d3ad4c6f546.md?plain=1#L10 there is a space at the start of the code block.
And here https://github.com/freeCodeCamp/freeCodeCamp/blob/6df93646db629a535c3ae193aee1c8e16d33feed/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62aa226207f33d3ad4c6f546.md?plain=1#L33
and here https://github.com/freeCodeCamp/freeCodeCamp/blob/6df93646db629a535c3ae193aee1c8e16d33feed/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62aa226207f33d3ad4c6f546.md?plain=1#L40
Can I contribute to this?