Skip to content

Commit 844afd4

Browse files
authored
fix(curriculum): Typo in hint for Building a Dice Game - Step 14 (freeCodeCamp#55947)
1 parent 4957cd4 commit 844afd4

File tree

1 file changed

+1
-1
lines changed
  • curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/review-algorithmic-thinking-by-building-a-dice-game

1 file changed

+1
-1
lines changed

curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/review-algorithmic-thinking-by-building-a-dice-game/657e230500602983e01fff6e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ assert.strictEqual(scoreInputs[3].value, "30");
3232
assert.strictEqual(scoreSpans[3].innerText, ", score = 30");
3333
```
3434

35-
If a large straight is rolled, your `checkForStraights` function should enable the fifth radio button, set the value to `40`, and update the displayed text to `, score = 0`.
35+
If a large straight is rolled, your `checkForStraights` function should enable the fifth radio button, set the value to `40`, and update the displayed text to `, score = 40`.
3636

3737
```js
3838
resetRadioOptions();

0 commit comments

Comments
 (0)