fix(curriculum): clarify instructions, change variable notation (#53079)

This commit is contained in:
Lasse Jørgensen 2024-01-10 00:25:35 +01:00 committed by GitHub
parent 2f74a24765
commit c58ace2a80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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--