Mr. Roboger's Neighborhood

By Kim Brannian

Technologies Used

  • HTML
  • CSS
  • Javascript
  • JQuery

Description

_A web application for a user to input a number and recieve a little "Beep, Booop, Won't you be my neighbor?" if they enter a 1, 2, and 3 anywhere in their number.

Setup/Installation Requirements

  • Clone this repository to your desktop
  • Navigate to the index.html page
  • Open the page in your browser

Describe: beepBoop ()

_Test 1: It should return an array with 0 if the number 0 is inputted Code: for (beepBoop []); Expected Output: [0]

_Test 2: It should return an array with 1,2,3,4,5 if user input number is 5 Code: const userInput = 5; for (beepBoop []) Expected Output: [1,2,3,4,5]

_Test 3: beMyNeighbor () It should return "beep" if user input number is 1 Code: const userInput=1; for (beepBop []) Expected Outpu: ["beep"]

Known Bugs

  • So many bugs. It doesn't work :(

License

_{ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

git The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

_Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

_

Copyright (c) 10/15/21 Kim Brannian https://github.com/kimberkay/robogers-neighborhood.git