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

Add step to teach else if statements in pyramid project #54825

Closed
hbar1st opened this issue May 16, 2024 · 1 comment · Fixed by #54830
Closed

Add step to teach else if statements in pyramid project #54825

hbar1st opened this issue May 16, 2024 · 1 comment · Fixed by #54830
Assignees
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

@hbar1st
Copy link
Contributor

hbar1st commented May 16, 2024

Describe the Issue

The js beta review project’s step 2 of build a grade book app claims: “Remember that you learned about conditional statements(if, else if, and else).” But actually the “else if” construct was not introduced in the pyramid generator project, only the “if” and “if else” were shown.

please correct this statement or add a step in the pyramid generator project to demo “else if” as it is not a foregone conclusion that newbies will know about it having learned about “if” and “if else”

Affected Page

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/review-js-fundamentals-by-building-a-gradebook-app/step-2

Your code

N/A

Expected behavior

Step 2 of gradebook app should not assume foreknowledge of “else if” statements until a lesson has been added to demo it in the pyramid gen project.

Screenshots

No response

System

N/A

Additional context

No response

@hbar1st hbar1st 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 May 16, 2024
@jdwilkin4 jdwilkin4 changed the title Js gradebook review project step 2 makes inaccurate claim Add step to teach else if statements in pyramid project May 16, 2024
@jdwilkin4 jdwilkin4 self-assigned this May 16, 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 May 16, 2024
@hbar1st
Copy link
Contributor Author

hbar1st commented May 19, 2024

fyi: I found the first lesson that teaches else if in step 127 of the RPG project.

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
Development

Successfully merging a pull request may close this issue.

2 participants