mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-24 20:00:39 -04:00
fix(curriculum): added the missing backticks (#52804)
This commit is contained in:
@@ -9,7 +9,7 @@ dashedName: step-49
|
||||
|
||||
In your `goTown` function, change your `button` elements' `innerText` properties to be `Go to store`, `Go to cave`, and `Fight dragon`. Update your `onclick` properties to be `goStore`, `goCave`, and `fightDragon`, respectively.
|
||||
|
||||
Finally, update your text's `innerText` property to be `You are in the town square. You see a sign that says Store.`.
|
||||
Finally, update `innerText` property of your `text` to be `You are in the town square. You see a sign that says Store.`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user