Missing hashtag(s) in step 45 of the new js course (build an rpg)
See original GitHub issueDescribe the Issue
Step 45 of the new build an rpg in JS course seems to be missing multiple hashtags. For eg: The following seems to be missing a hashtag in front of the word text (the one in backticks).
Now you need to modify your display text. Change the innerText
of the text
to be You enter the store.
.
The word text in backticks seems to be referring to an element whose id is text. So I believe it should use a hashtag as in #text.
If this is correct, then there are multiple places to be fixed in this step.
Affected Page
curriculum/challenges/arabic/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62a7bfabe119461eb13ccbd6.md
Your code
Expected behavior
All references to an element whose id is text should be clarified either with a hashtag in front of the id value or by explicitly referring to the text element.
Screenshots
No response
System
N/A
Additional context
No response
Issue Analytics
- State:
- Created 9 months ago
- Comments:11 (11 by maintainers)
Top GitHub Comments
I prefer fewer words. So, let us go with:
@Sriparno08 If you would like to update your PR with the agreed-upon changes? We can see what other reviewers think on the PR.
Sure! I am going ahead!