Skip to content

k3vnb/beepboop2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeepBoop2

BeepBoop2 is a pumpkin spice latte themed version of Fizzbuzz

By Kevin Boyle

_

Screenshot:

Fizzbuzz

Setup/Installation Requirements

Specifications

  • It can take a user inputted number and return a list of numbers from 0 to the user inputted number
    • Example Input: 2
    • Example Output: 012
  • It can take a user inputted number and return a list of numbers from 0 to the user inputted number, replacing any number that is a multiple of 3 with the word "pumpkin"
    • Example Input: 3
    • Example Output: 012pumpkin
  • It can take a user inputted number and return a list of numbers from 0 to the user inputted number, replacing any number that is a multiple of 4 with the word "spice"
    • Example Input: 4
    • Example Output: 012pumpkinspice
  • It can take a user inputted number and return a list of numbers from 0 to the user inputted number, replacing any number that is a multiple of 12 with the word "latte"
    • Example Input: 12
    • Example Output: 012pumpkinspice5pumpkin7spicepumpkin1011latte
  • The program can recognize if the user does not input a numeric value and returns an alert
    • Example Input: Hello
    • Example Output: "Please enter a number"

Copyright (c) 2017 Kevin Boyle

About

A version of Fizzbuzz written in Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages