mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): clarify instructions, change variable notation (#53079)
This commit is contained in:
parent
2f74a24765
commit
c58ace2a80
@ -7,7 +7,7 @@ dashedName: step-165
|
||||
|
||||
# --description--
|
||||
|
||||
After the `while` loop, set `text.innerText` to equal `You picked [guess]. Here are the random numbers:`. Replace `guess` with the player's guess.
|
||||
After the `while` loop, set `text.innerText` to equal `You picked <someGuess>. Here are the random numbers:`. Replace `<someGuess>` with the `guess` function parameter.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user