From 3ca0308e1015685295a16f79ea24eaba74bbfef4 Mon Sep 17 00:00:00 2001 From: Mark Crowther Date: Tue, 30 Jun 2020 14:46:50 +0100 Subject: [PATCH] Changed the order of Things, more interesting Things are the latest...hopefully. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94953eb..734be1e 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,12 @@ Whenever I can over the coming months. If I do 1 thing per day then building 100 If there's anything that you think could be improved due to misunderstanding, then let me know. # The 1000 Things -*folder > main js file* -1. Date and Time > myDayFunction.js -2. Date and Time > myYearAndDate.js -3. VAT Calculator > vat-script.js +Structure of the repo Things are as *folder > main js file*, along with the supporting HTML and CSS files. 4. Time of Day > timeOfDay.js +3. VAT Calculator > vat-script.js +2. Date and Time > myYearAndDate.js +1. Date and Time > myDayFunction.js + # Courses and Sources **[https://www.sololearn.com/Course/JavaScript/](https://www.sololearn.com/Course/JavaScript/)**