Giter Club home page Giter Club logo

js-exercises's Introduction

JavaScript exercises

  1. Fork this repo
  2. Clone it to your machine
  3. Open it in your code editor.
  4. In the terminal, run this command to add CodeYourFuture as an upstream remote. git remote add upstream [email protected]:CodeYourFuture/js-exercises.git
  5. Run the command git remote -v. You should have two remotes:
  • origin pointing to your github repo, and
  • upstream pointing to CodeYourFuture

During the class (and for homework), we will go through each folder, reading the README and completing the exercises.

For homework, we expect you to add and commit your changes, and push them to your own repo (origin). You will then need to open a pull request so we can review your code.

Opening a pull request

A pull request is a request to merge one branch into another. In this case you will request to have the master branch of your repo, merged into the master branch of this (upstream) repo.

We won't actually merge your branch, but the pull request will allow us to view and comment on your work.

  1. Add the files you have changed using git add .
  2. Commit your changes using git commit (you can add and commit changes multiple times as you complete exercises)
  3. Push your changes to your own repo using git push (this automatically pushes to the origin remote)
  4. Go to https://github.com/CodeYourFuture/js-exercises and click the New pull request button (this create a request to merge your origin/master to our remote/master)
  5. Give your pull request a title e.g. Daniel's homework
  6. Click Create pull request

js-exercises's People

Contributors

40thieves avatar ahmet-k avatar aldeez988 avatar atayo avatar bexb1 avatar chmelevskij avatar chrisowen101 avatar cyfsyllabusbot avatar djgrant avatar dubchoi avatar foaly-nr1 avatar frosas avatar illicitonion avatar ismaelgt avatar ivinapontes avatar jamesgorrie avatar jslopezgithub avatar kabaros avatar llh1 avatar lucymac avatar makanti avatar martynamaron avatar nbogie avatar rarmatei avatar samanthacchi avatar sansaid avatar saralk avatar theseafaringturtle 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.