Here are the files we will be using during Intro to JS
workshop with AWC on 10/29/2019.
- Fork this repository by clicking on the
Fork
button at top right corner: - 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
- Go into your cloned directory with
cd js-cheat-sheet
- Check out the
starter
branch withgit checkout starter