A webpage displaying a user input where the user inputs a number. And depending on if it fulfills certain requirements then it will output a beep, boop, or something else.
- clone Git repository https://github.com/kihuynh/beep-boop.git
- open index.html to browser
This web application will fulfill these Specifications
- Program replaces 0 with "Beep!"
- Example Input: 0
- Example Output: ["Beep"]
- Program replaces 1 with "Boop"
- Example Input: 1
- Example Output: ["Boop"]
- Program replaces anything that's divisible by 3 with "I'm sorry, Dave. I'm afraid I can't do that"
- Example Input: 3
- Example Output: ["I'm sorry, Dave. I'm afraid I can't do that."]
- HTML
- CSS
- Javascript
- Bootstrap
Copyright (c) 2018 #### Kimberly Huynh