Nathan Kallman
Kallmanation

Kallmanation

Follow
homebadges
Tag

coding challenge

#coding-challenge

More content

Read more stories on Hashnode


Articles with this tag

Unconditional Challenge: FizzBuzz without `if`

Jun 15, 20202 min read

As the title says, make a classic FizzBuzz function or method without using if/else (or equivalents like ternaries, ?:, sneaky). Specifically: The...

Unconditional Challenge: FizzBuzz without `if`