Mr. Robogers Neigbor Hood

By Justin Peters

This browser application will count up by 1 to the users desired number. It replaces the number 1 with the word Beep, 2 with the word Boop and 3 with "wont you be my neigbor"

Technologies Used

  • HTML
  • CSS
  • Markdown
  • Bootstrap
  • JavaScript
  • JQuery

Description

This browser application will count up by 1 to the users desired number. It replaces the number 1 with the word Beep, 2 with the word Boop and 3 with "wont you be my neigbor"

Tests

Describe: numberList()

Test: "It should return an array of numbers from 0 to the user's inputted number"

Code: numberList(5);

Expected Output: [0, 1, 2, 3, 4, 5]

Test: "It should replace the number 1 with 'Beep!'

Code: numberList();

Expected Output [0, Beep!, 2, 3, 4, 5]

Describe: notNumber()

Test:"It should return not a number if something other that a number is entered"

Code:numberList(dog);

Expected Output [Not a Number!]

Describe: noInput()

Test: "I should return please enter a number if nothing entered"

Code: noInput()

Expected Output: Please enter an number!

Setup/Installation Requirements

  • Clone repository from GitHub
  • Open index.html file

Known Bugs

  • None

License

MIT

Copyright (c)Justin Peterss)_