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 ...
kallmanation.com2 min read
Nathan Kallman
Following Jesus; Husband; Father; Tinkerer
Hey, it's kinda quiet down here...
You'll find a lot more responses to this challenge on my crosspost to DEV