question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing hashtag(s) in step 45 of the new js course (build an rpg)

See original GitHub issue

Describe 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:open
  • Created 9 months ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
ShaunSHamiltoncommented, Dec 23, 2022

I prefer fewer words. So, let us go with:

Now you need to modify your display text. Change the innerText property of text to be You enter the store..

@Sriparno08 If you would like to update your PR with the agreed-upon changes? We can see what other reviewers think on the PR.

0reactions
Sriparno08commented, Dec 24, 2022

Sure! I am going ahead!

Read more comments on GitHub >

github_iconTop Results From Across the Web

fix(curriculum): clarify element in role-playing-game #48829
Successfully merging this pull request may close these issues. Missing hashtag(s) in step 45 of the new js course (build an rpg).
Read more >
The Complete Guide to C# and Unity 2D Programming
This course is made with the latest content and newest technics used in modern Game Development (Unity 2022) Download the completed project for...
Read more >
Untitled
Vormdal planteskole, Prepaid next g mobile phones, Illuminatore scr costo, Tomy pocket games obstacle course? Kayab, Mission library riverside ca, ...
Read more >
GCd - River Thames Conditions
Create new html document javascript! ... When you miss your best friend meme, Buy cribbage pegs, Stockinger serie, 357 4 vs 6 barrel?...
Read more >
kingdom hearts woody roast - UT Physicians Group
The video game Nerd 1:12:45 August 2, 2013 # kingdomheartschallenge, ... Video medium the latest videos from hashtags: # kingdomhearts, # best quote...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found