#oop
Read more stories on Hashnode
Articles with this tag
If you haven't read the subject of this article yet; check out the original challenge and look over both the functional and object-oriented...
If you haven't read the original challenge or the functional solution go ahead and give those a read before coming back here. Don't worry, I'll...
As the title says, make a classic FizzBuzz function or method without using if/else (or equivalents like ternaries, ?:, sneaky). Specifically: The...