/beep-boop

a program that takes a number and outputs three answers depending on the input

Primary LanguageHTML

Beep Boop Generator

Epicodus Intro to Programming: Friday June 8th, 2018

By Eric Shull

Description

Specs

Spec Input Output
Example Output for a complete range of one number 9 (0:Beep), (1:Boop), (3:"I'm sorry, Dave. I'm afraid I can't do that."), (6:"I'm sorry, Dave. I'm afraid I can't do that."), (9:"I'm sorry, Dave. I'm afraid I can't do that.")
Numbers divisible by 3 are replaced with "I'm sorry, Dave. I'm afraid I can't do that." 3,6.9,etc. "I'm sorry, Dave. I'm afraid I can't do that."
Numbers that contain a 1 are replaced (all digits) with "Boop!" 1,10,11,12,etc. "Boop!"
Numbers that contain a 0 are replaced (all digits) with "Beep!" 0,10,20,30,etc. Beep!

Setup/Contribution Requirements

  1. Clone the repo
  2. Make a new branch
  3. Commit and push your changes
  4. Create a PR

Technologies Used

  • Bootstrap x.x.x
  • jQuery 3.3.1
  • Javascript

Links

Known Bugs

  • The output for divisible by three doesn't work for the number you type in

License

Copyright (c) 2018 Eric Shull