🏠
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
Block or Report
Block or report imthatalex
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
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
-
-
-
246 contributions in the last year
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More