rinatoyo / js-forInLoops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-forInLoops

##Getting Started

  1. Fork this repository

  2. Clone this repository from your personal Github account into your local machine:

    • 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-forInLoops assignment:

    • $ cd js-forInLoops
  4. Create a new branch for the project:

    • $ git checkout -b your-branch-name
  5. Open the js-forInLoops assignment in sublime and write your code in the exercises.js file.

  6. From your terminal, use node to test your code:

    • node exercises.js (don't forget to console.log your work)
  7. Commit and push your code after each completed exercise.

About


Languages

Language:JavaScript 100.0%