Skip to content

Commit 8b9b1ca

Browse files
authored
fix(curriculum): remove white space from hint message in Role Playing Game (freeCodeCamp#60448)
1 parent 0ee5011 commit 8b9b1ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game

curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62aa27560def7048d7b4a095.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ At the end of the string, before the final quote, insert the new line escape cha
1111

1212
# --hints--
1313

14-
You should add the new line escape character `\n` to your `". Here are the random numbers: "` string.
14+
You should add the new line escape character `\n` to your `". Here are the random numbers:"` string.
1515

1616
```js
1717
assert.match(pick.toString(), /text\.innerText\s*=\s*('|")You picked \1\s*\+\s*guess\s*\+\s*('|")\.\sHere are the random numbers:\\n\2/);

0 commit comments

Comments
 (0)