{"id":43259553,"url":"https://github.com/simplonco/js-fizzbuzz","last_synced_at":"2026-02-01T14:03:27.384Z","repository":{"id":54658114,"uuid":"56751625","full_name":"simplonco/js-fizzbuzz","owner":"simplonco","description":"1, 2, Fizz, 3, Buzz, Fizz","archived":false,"fork":false,"pushed_at":"2022-12-09T13:28:30.000Z","size":48,"stargazers_count":1,"open_issues_count":56,"forks_count":75,"subscribers_count":7,"default_branch":"master","last_synced_at":"2023-04-15T20:58:46.811Z","etag":null,"topics":["challenge","exercice","javascript","star"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplonco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-21T07:22:54.000Z","updated_at":"2023-04-15T20:58:46.812Z","dependencies_parsed_at":"2023-01-25T21:31:38.046Z","dependency_job_id":null,"html_url":"https://github.com/simplonco/js-fizzbuzz","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/simplonco/js-fizzbuzz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplonco%2Fjs-fizzbuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplonco%2Fjs-fizzbuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplonco%2Fjs-fizzbuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplonco%2Fjs-fizzbuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplonco","download_url":"https://codeload.github.com/simplonco/js-fizzbuzz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplonco%2Fjs-fizzbuzz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28980159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T13:38:33.235Z","status":"ssl_error","status_checked_at":"2026-02-01T13:38:32.912Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["challenge","exercice","javascript","star"],"created_at":"2026-02-01T14:03:27.260Z","updated_at":"2026-02-01T14:03:27.378Z","avatar_url":"https://github.com/simplonco.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FizzBuzz\n\n* `Fork` the GitHub repository.\n* `git add`, `git commit` and` git push` directly on your repository as much you want.\n* Open an `Pull request`, you must get a green light on the Travis CI server to validate the exercise!\n\n## Rules\n\n* print `\"fizz\"` if the integer is a multiple of `3` (and not a multiple of `5`)\n* print `\"buzz\"` if the integer is a multiple of `5` (and not a multiple of `3`)\n* print `\"fizzbuzz\"` if the integer is a multiple of `3` and `5`\n* print the `number` if the integer is not a multiple of `3` or `5`\n\n## Examples\n\n```javascript\nfizzbuzz(2) =\u003e 2\nfizzbuzz(5) =\u003e \"buzz\"\nfizzbuzz(6) =\u003e \"fizz\"\nfizzbuzz(11) =\u003e 11\nfizzbuzz(30) =\u003e \"fizzbuzz\"\n```\n\n## GO, GO, GO!\n\nMay the force be with you :space_invader: !\n\n## To go further..\n\nLook at: \u003chttps://github.com/jasmine/jasmine\u003e (T.D.D.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplonco%2Fjs-fizzbuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplonco%2Fjs-fizzbuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplonco%2Fjs-fizzbuzz/lists"}