Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 874 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 874 Bytes

To complete this assignment, you will need to:

Create a github account if you don't have one.

Download and install git (https://git-scm.com/)

Fork this repo (Go to https://github.com/chchchchino/fix-this-code and click "Fork")

Make sure it forks into your github account.

Click "Clone or download" and copy the full address.

Clone to your desktop (git clone )

Navigate to the code (cd fix-this-code)

Create a branch (git checkout -b <branch_name>)

Add code to problem.js to satisfy the requirements (test at https://jsbin.com/?js,console)

Commit your code (git add --all && git commit -m "Fixed the code")

Push your branch (git push -u origin <branch_name>)

Create a pull request (go to https://github.com/chchchchino/fix-this-code. Click "New Pull Request" and follow instructions)

You will be graded on if you successfully create a pull request