This repo is a solution to the FizzBuzz problem. Using only one if in Javacript.
It should print the word 'Fizz' when it's a multiple of 3
It should print the word 'Buzz' when it's a multiple of 5
It should print the word 'FizzBuzz' when it's a multiple of 3 and 5
yarn install
yarn start
yarn test
made with ❤️ by @edernegrete_