Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added FizzBizz.js #725

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 30, 2021

  1. Added checkGoodPairsInArray.js

    Given a positive integer A, return an array of strings with all the integers from 1 to N. But for multiples of 3 the array should have “Fizz” instead of the number. For the multiples of 5, the array should have “Buzz” instead of the number. For numbers which are multiple of 3 and 5 both, the array should have "FizzBuzz" instead of the number.
    VamsiKrishna04 authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    933f930 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from VamsiKrishna04/VamsiKrishna04-patch-1

    Added checkGoodPairsInArray.js
    VamsiKrishna04 authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    d5e773a View commit details
    Browse the repository at this point in the history
  3. Added fizzBuzz.js

    Given a positive integer A, return an array of strings with all the integers from 1 to N. But for multiples of 3 the array should have “Fizz” instead of the number. For the multiples of 5, the array should have “Buzz” instead of the number. For numbers which are multiple of 3 and 5 both, the array should have "FizzBuzz" instead of the number.
    VamsiKrishna04 authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    36bfd3b View commit details
    Browse the repository at this point in the history
  4. Added fizzBuzz.js

    Given a positive integer A, return an array of strings with all the integers from 1 to N. But for multiples of 3 the array should have “Fizz” instead of the number. For the multiples of 5, the array should have “Buzz” instead of the number. For numbers which are multiple of 3 and 5 both, the array should have "FizzBuzz" instead of the number.
    VamsiKrishna04 authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    aaca228 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d60caa4 View commit details
    Browse the repository at this point in the history