Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

F-2 Refactor FizzBuzz

Refactor the fizzBuzz solution you created the other day by making this more re-usable. 

It's not mandatory to start from 1 and end to 100. These numbers should be defined anytime we call the function.

Estimated time: 15 mins.