##Getting Started
- Fork this repository
- Clone this repository from your personal Github account:
- Copy the HTTPS or SSH address on the page.
- Run the command
$ git clone [SSH or HTTP address]
in your terminal to clone this repository into your DevLeague folder in your computer (you don't need to type the "$"; this is the command prompt, and is used to signify your terminal is ready for commands).
- From your terminal navigate to your DevLeague folder and into the js-basics assignment:
$ cd DevLeague
$ ls
cd js-basics
- Open the js-basics assignment in sublime and write your code in the
index.js
file. - Run node in your terminal to test your code:
$ cd js-basics
node index.js
(don't forget to console.log your work)