Merge branch 'master' of github.com:TheOdinProject/javascript-exercises

This commit is contained in:
Cody Loyd 2019-04-11 12:01:43 -05:00
commit 05610c209c
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ The first exercise, `helloWorld` will walk you through the process in more depth
## Solutions
Solutions for these exercises can be found in this repo on the 'solutions' branch.
## a quick note!
The generator exercise is not actually an exercise… it is a script that generates exercises. I was using it when I wrote them so I didnt have to hack out the same boilerplate code every time I wrote a new one.