Skip to content

Commit

Permalink
freeCodeCamp: fix(curriculum): Grammar in step 48 of build an rpg (#4…
Browse files Browse the repository at this point in the history
…8860)

Commit: b34cd69ce193d773326392448b857c91a129c553
  • Loading branch information
Billy Arante authored and sourcegraph-bot committed Dec 28, 2022
1 parent d231ce6 commit 273ac2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dashedName: step-48

# --description--

In your `goTown` function, update your button `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.`.
In your `goTown` function, update 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.`.

# --hints--

Expand Down

0 comments on commit 273ac2c

Please sign in to comment.