Skip to content

Commit

Permalink
fix(curriculum): Updated description of step 119 of JavaScript Algori…
Browse files Browse the repository at this point in the history
…thms and Data Structures Role Playing Game (freeCodeCamp#53605)
  • Loading branch information
developwithabhinav authored Feb 8, 2024
1 parent ef82b22 commit c72191d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dashedName: step-118

# --description--

On a new line, add the string `" You attack it with your <weapon>."` to the `text` value, replacing `<weapon>` with the player's current weapon. Additionally, remember that this line of text starts with a space so it will properly display.
On a new line, use the addition assignment operator(`+=`), to add the string `" You attack it with your <weapon>."` to the `text` value, replacing `<weapon>` with the player's current weapon. Additionally, remember that this line of text starts with a space so it will properly display.

# --hints--

Expand Down

0 comments on commit c72191d

Please sign in to comment.