Giter VIP home page Giter VIP logo

mr-rogers's Introduction

Mr Robogers

By Yoonis Ali

This is a webpage that changes numbers to strings.

Click Here to check out the website!

Technologies Used

  • HTML
  • JavaScript
  • CSS

Description

This is a webpage that will change the numbers 1, 2, and 3 and change them to "beep!", "boop!", and "won't you be my neighbor?"

Setup/Installation Requirements

  • Clone git repository
  • Open html file named index.html in a web browser

Tests

Describe: rogersNumbers();
Test: "It should turn the number into an array of strings counting up from 0 to the inputted number"
Code: rogersNumbers(5);
Expected Output: [0,1,2,4,5];
Describe: rogersSpeaks();
Test: "if number contains 1 -> returns beep!
       if number contains 2 -> returns boop!
       if number contains 3 -> returns won't you be my neighbor?
       else -> it returns the number"
Code: rogersSpeaks(5);
Expected Output: [0, beep!, boop!, won't you be my neighbor?, 4, 5]
Describe: rogersPrints();
Test: "It should create li and ul html tags, while also printing the output"
Code: rogersPrints(5);
Expected Output: [0, beep!, boop!, won't you be my neighbor?, 4, 5]

Known Bugs

  • none

License

MIT Copyright (c) Yoonis Ali

mr-rogers's People

Contributors

yoonisali avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.