Incorrect description in FizzBuzz challenge (Part 2 – Combining Conditions)

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
35/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
javascript
Domain
documentation

Research direction

Open the linked Part 2, Section 3 challenge page and read the FizzBuzz task description alongside its example. Add the missing requirement for numbers divisible only by three, then verify that the written rules match the existing example where input 9 produces “Fizz”.

Written by the indexing model from the issue text.

Description

Hello,

I would like to report a small issue in the description of the FizzBuzz challenge on the following page:
https://programming-26.mooc.fi/part-2/3-combining-conditions

In the task description, it states:

If the number is divisible by five, the program should print "Buzz".

If the number is divisible by both three and five, the program should print "FizzBuzz".

However, the description does not mention what should happen if the number is divisible only by three. Based on the example shown below the text (e.g. input 9 producing output "Fizz"), it is clear that the program is also expected to print "Fizz" when the number is divisible by three.

This requirement seems to be missing from the written description and may confuse learners who rely on the text rather than the examples.

Thank you for your work on the course, and I hope this feedback is helpful.

Best regards,
Aurelijus Sankauskas

Dominant language
JavaScript
Stars
77
Forks
30
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from rage/programming-26

All issues in rage/programming-26

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.