From f72bdd2ee34daf59b6bea4b6f226bbe9c1d8c9ab Mon Sep 17 00:00:00 2001 From: Cody Loyd Date: Wed, 20 Sep 2017 13:35:31 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1115612..cdd89c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -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: + +1. Hello World +1. Repeat String +1. Reverse String ## HOW TO USE THESE EXERCISES Before you start you should have a few things installed on your machine: