fix(curriculum): add note to clarify instructions (#54006)

Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Lasse Jørgensen <28780271+lasjorg@users.noreply.github.com>
pull/54022/head
Supravisor 2024-03-08 11:46:01 +13:00 committed by GitHub
parent e470765bc0
commit a4737ae55b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ dashedName: step-136
In the `locations` array, add another object at the end. Set the `name` property to `"lose"`, set `"button text"` to an array with three `"REPLAY?"` strings, set `"button functions"` to an array with three `restart` variables, and set `text` to `"You die. &#x2620;"`.
In a later step, you will update the code for the `&#x2620;` emoticon text to properly display on the page.
# --hints--
You should have six values in the `locations` array.