Update readme.md

This commit is contained in:
Abhineet0011 2020-10-17 21:20:36 +05:30 committed by GitHub
parent cef55bcfb7
commit 1c4b1a667e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
These are a series of javascript exercises intended to be used alongside the curriculum at 'The Odin Project' They start very simply, but get more involved as you progress through them.
These are a series of javascript exercises intended to be used alongside the curriculum at 'The Odin Project' . They start very simply, but get more involved as you progress through them.
There will eventually be a suggested order of completion, but at this time since we are still in the process of creating more exercises the order is subject to change and has not yet been specified... In general however there are a couple which make a good "starting point" feel free to at least start with these:
@ -22,4 +22,4 @@ Solutions for these exercises can be found in this repo on the 'solutions' branc
## 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.
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.