Skip to content

feat(curriculum): add return to step 26 instructions for workshop-music-player#68278

Open
bdtripp wants to merge 1 commit into
freeCodeCamp:mainfrom
bdtripp:fix/music-player-return
Open

feat(curriculum): add return to step 26 instructions for workshop-music-player#68278
bdtripp wants to merge 1 commit into
freeCodeCamp:mainfrom
bdtripp:fix/music-player-return

Conversation

@bdtripp

@bdtripp bdtripp commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Checklist:

This PR was requested by a reviewer on my previous PR #68107, who noted that the instruction change and corresponding test should be submitted separately from the audit PR.

  • Added an instruction for campers to include a return statement before the end of the if block
  • Added a test that ensures the camper included a return statement after playSong(userData.songs[0].id) and before the closing } of the if block
  • Added a hint to display when the test fails

- Added an instruction for campers to include a `return` statement before the end of the `if` block
- Added a test that ensures the camper included a return statement after `playSong(userData.songs[0].id)` and before the closing `}` of the `if` block
- Added a hint to display when the test fails
@bdtripp bdtripp requested review from a team as code owners June 26, 2026 19:31
@github-actions github-actions Bot added scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. deprioritized PR reviews are deprioritized; lacks productive input and ignores codebase best practices. labels Jun 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hi there,

Thanks for opening this pull request.

The automated checks found some issues:

Linked Issue: We kindly ask that contributors open an issue before submitting a PR so the change can be discussed and approved before work begins. This helps avoid situations where significant effort goes into something we ultimately cannot merge.

Please open an issue first and allow it to be triaged. Once the issue is open for contribution, you are welcome to update this pull request to reflect the issue consensus. Until then, we will not be able to review your pull request.


Join us in our chat room or our forum if you have any questions or need help with contributing.

@majestic-owl448 majestic-owl448 added Naomi's Sprints This label is for issues that Naomi is managing through her sprint initiatives on Discord. status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending. and removed deprioritized PR reviews are deprioritized; lacks productive input and ignores codebase best practices. labels Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Naomi's Sprints This label is for issues that Naomi is managing through her sprint initiatives on Discord. scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants