From 1c4b1a667e7b60874b2ea67e142ce25bf30f68eb Mon Sep 17 00:00:00 2001 From: Abhineet0011 <73020731+Abhineet0011@users.noreply.github.com> Date: Sat, 17 Oct 2020 21:20:36 +0530 Subject: [PATCH 1/2] Update readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d45d58..a40862e 100644 --- a/README.md +++ b/README.md @@ -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 didn’t 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 didn’t have to hack out the same boilerplate code every time I wrote a new one. From 2563ec716bed9a33af9458ac232a643bf77c5952 Mon Sep 17 00:00:00 2001 From: Marvin Gay <60161078+marvingay@users.noreply.github.com> Date: Sat, 17 Oct 2020 19:43:29 -0400 Subject: [PATCH 2/2] Additional revisions to README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a40862e..7aa284b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -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 simple and easy, but get more complex and 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: +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. However, there are a few exercises which make a good "starting point". Feel free to at least start with these: 1. Hello World 1. Repeat String @@ -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 didn’t 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 didn’t have to hack out the same boilerplate code every time I wrote a new one.