🏡
working from home
"Best known for defying the gods by stealing fire from them and giving it to humanity in the form of technology, knowledge, and more generally, civilization."
- United States
Pinned Loading
-
fizzBuzz
fizzBuzz 1function FizzBuzz(counter, fizz, buzz){
2for(let i=1;i<counter+1;i++){
3if (!(i % fizz == 0 || i % buzz == 0)) console.log(i);
4if (i % fizz == 0 && i % buzz == 0) console.log(i + ' ' + "FizzBuzz");
5if (i % fizz == 0) console.log(i + ' ' + "Fizz");
-
-
js-axios-api-account-manager
js-axios-api-account-manager Publicsoftware application that interacts with a database through an API
JavaScript
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.