mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix(curriculum): fix text in RPG (#55339)
This commit is contained in:
@@ -7,7 +7,7 @@ dashedName: step-41
|
||||
|
||||
# --description--
|
||||
|
||||
Now you need to modify your display text. Change the `innerText` property of the `text` to be `"You enter the store."`.
|
||||
Now you need to modify your display text. Change the `innerText` property of the `text` variable to be `"You enter the store."`.
|
||||
|
||||
# --hints--
|
||||
|
||||
@@ -153,6 +153,7 @@ function goStore() {
|
||||
button1.onclick = buyHealth;
|
||||
button2.onclick = buyWeapon;
|
||||
button3.onclick = goTown;
|
||||
|
||||
}
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user