Giter VIP home page Giter VIP logo

201-lab-5's Introduction

Assignment Overview: Lab for Class 5

Today in lab you will fork and clone a GitHub repo, and then create solutions to some code problems such that your solutions pass the included tests.

The detailed lab instructions are inside app.js. Be sure to follow instructions CAREFULLY.

Here are a couple of things to keep in mind:

  • Place no new function calls in your code, unless inside of another function. Everything should be run/tested by hand from the console. This is to give you additional practice using the console and practice efficient app-switching processes.
  • Create a new branch for each code problem, and merge each branch into master on GitHub (and then pull back into master on your laptop!) when the problem is completed. Complete the problems in order, and do not move on to the next one until the current one is complete. Don't forget to immediately pull the updated master branch from GitHub into your local master branch each and every time you merge a pull request!
  • Although this is an individual lab assignment, do feel free to (heck, it is encouraged that you) collaborate and work in pairs or groups.

The success of your code will be determined by whether it passes tests that are in the tests.js file. You do not need to do anything with tests.js, though you should definitely take a look at it to see how it works.

Submission instructions are in the Canvas assignment.


Stretch Goal

After you complete all 5 problems and have all tests passing, try putting the content of the return messages into the DOM, using the <p> tags that follow the corresponding <h2> tags with the function name in them, as was demoed in class.

201-lab-5's People

Contributors

andriiglukhyi avatar samhamm avatar

Watchers

James Cloos 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.