Unconditional Challenge: FizzBuzz without `if`
As the title says, make a classic FizzBuzz function or method without using if/else (or equivalents like ternaries, ?:, sneaky). Specifically: The function should accept one argument, assume it will always be a positive integer. The function should ...
Jun 15, 20202 min read796
