fix(curriculum): update instructions for step 110 for rpg project (#53564)

This commit is contained in:
Gabriel Goh
2024-02-06 21:29:15 +08:00
committed by GitHub
parent 1dab28400a
commit 08769a144c

View File

@@ -7,7 +7,7 @@ dashedName: step-110
# --description--
Following the same pattern, use that code in the `fightBeast` and `fightDragon` functions. Remember that `beast` is at index `1` and `dragon` is at index `2`. Also, remove the `console.log` call from your `fightDragon` function.
Following the same pattern as the `fightSlime` function, use that code in the `fightBeast` and `fightDragon` functions. Remember that `beast` is at index `1` and `dragon` is at index `2`. Also, remove the `console.log` call from your `fightDragon` function.
# --hints--