- Bantul
-
02:32
(UTC +07:00) - in/fahmi-auliya-tsani-m-kom-csa-13621760
Pinned Loading
-
-
-
FizzBuzz Challenge in PHP using Cons...
FizzBuzz Challenge in PHP using Console Command 1<?php
2class FizzBuzz
3{
4public $start;
5public $last;
-
FizzBuzz Challenge using JS
FizzBuzz Challenge using JS 1function fizz_buzz(start, last)
2{
3var i;
45for (i = start; i <= last; i++) {
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.