Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 712 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 712 Bytes

AWC Intro to JavaScript

Here are the files we will be using during Intro to JS workshop with AWC on 10/29/2019.

If you don't have a text editor/IDE and Git already installed:

  1. Link to install Git
  2. Link to install Visual Studio Code

Follow these steps:

  1. Fork this repository by clicking on the Fork button at top right corner:
  2. After you have forked the repository, clone (your version of the) repos with git clone https://github.com/<YOUR_GITHUB_USERNAME>/js-cheat-sheet.git
  3. Go into your cloned directory with cd js-cheat-sheet
  4. Check out the starter branch with git checkout starter