Skip to content

Commit

Permalink
fix(curriculum): typo in hint message of Step 15 of Building a Dice G…
Browse files Browse the repository at this point in the history
…ame (#54554)
  • Loading branch information
katereverie committed Apr 29, 2024
1 parent f427701 commit 3693105
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ Inside your `rollDice` function, reassign an empty array to your `diceValuesArr`

# --hints--

You should reassign and empty array to your `diceValuesArr` variable.
You should reassign an empty array to your `diceValuesArr` variable.

```js
assert.match(code, /const\s+rollDice\s*=\s*\(\s*\)\s*=>\s*{\s*diceValuesArr\s*=\s*\[\s*\]\s*;?/);
Expand Down

0 comments on commit 3693105

Please sign in to comment.