Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# js-forloops

##Getting Started
## Getting Started
1. **Fork** this repository
2. **Clone** this repository from your personal Github account:
1. **Clone** this repository from your personal Github account:
- Copy the HTTPS or SSH address on the page.
- From you DevLeague folder, run the command `$ git clone [SSH or HTTP address]` in your terminal in order to clone this repository into that folder
(you don't need to type the "$"; this is the command __prompt__, and is used to signify your terminal is ready for commands).
3. From your terminal, navigate into the js-forloops assignment:
1. From your terminal, navigate into the js-forloops assignment:
- `$ cd js-forloops`
4. Open the js-forloops assignment in sublime and write your code in the `exercises.js` file.
5. From your terminal, use __node__ to test your code:
1. Open the js-forloops assignment in sublime and write your code in the `exercises.js` file.
1. From your terminal, use __node__ to test your code:
- `node exercises.js` (don't forget to console.log your work)


Expand Down