mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): added the missing backticks (#52804)
This commit is contained in:
parent
50263d28ee
commit
fa2a0681b4
@ -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--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user