GitHub / JustineRobert / FizzBuzz-JavaScript-Challenge
Write a function named fizzBuzz that takes two(2) strings and returns Fizz if the combined length of the strings is divisible by 3, Buzz if it is divisible by 5, FizzBuzz if it is divisible by both 5 and 3 or the combined length of the list.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JustineRobert%2FFizzBuzz-JavaScript-Challenge
PURL: pkg:github/JustineRobert/FizzBuzz-JavaScript-Challenge
Stars: 1
Forks: 0
Open issues: 0
License: None
Language: JavaScript
Size: 1000 Bytes
Dependencies parsed at: Pending
Created at: over 4 years ago
Updated at: over 4 years ago
Pushed at: over 4 years ago
Last synced at: over 2 years ago
Topics: functions, javascript, loops, loops-and-iterations