/test

This project use jest to make testing in JavaScript, here we make a function call fizzbuzz if the number is multuple of 3 print fizz, if multiple of 5 print buzz and if multiple of 3 and 5 print FIZZBUZZ, ease... but its not the target of example, the target is make a testing

Primary LanguageJavaScript

No issues in this repository yet.