Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo: Update Hint Message of Step 15 of Building a Dice Game #54553

Closed
katereverie opened this issue Apr 27, 2024 · 0 comments · Fixed by katereverie/freeCodeCamp#1 or #54554
Closed

Typo: Update Hint Message of Step 15 of Building a Dice Game #54553

katereverie opened this issue Apr 27, 2024 · 0 comments · Fixed by katereverie/freeCodeCamp#1 or #54554
Labels
new javascript course These are for issues dealing with the new JS curriculum scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. status: PR in works Work in Progress (WIP) Issues. type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc.

Comments

@katereverie
Copy link
Contributor

Describe the Issue

There is a typo in the Hint Message of Step 15 of Building a Dice Game, as shown in the Screenshots area.
I will raise a PR for it since it is just a typo.

Affected Page

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-intermediate-algorithmic-thinking-by-building-a-dice-game/step-15

Your code


const rollDice = () => {
  diceValueArr = [];
};

Expected behavior

The hint message should display:
"You should reassign an empty array to your diceValuesArr variable."

Screenshots

Screenshot 2024-04-27 at 15-25-49 freeCodeCamp org

System

  • Device: Laptop
  • OS: Windows 11
  • Browser: FireFox
  • Version: 125.0.2 (64-bit)

Additional context

No response

@katereverie katereverie added scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. status: waiting triage This issue needs help from moderators and users to reproduce and confirm its validity and fix. type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc. labels Apr 27, 2024
@katereverie katereverie reopened this Apr 27, 2024
@jdwilkin4 jdwilkin4 added status: PR in works Work in Progress (WIP) Issues. new javascript course These are for issues dealing with the new JS curriculum and removed status: waiting triage This issue needs help from moderators and users to reproduce and confirm its validity and fix. labels Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new javascript course These are for issues dealing with the new JS curriculum scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. status: PR in works Work in Progress (WIP) Issues. type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc.
Projects
None yet
2 participants