diff --git a/README.md b/README.md index c0b0e70..c57236e 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ # What? -1000 Things is a repository of (eventually) 1000 things I'll have created using / with / including JavaScript. They may be complex, they may be simple, they may be good bad or ugly, but they shall be things ;} +JavaSxcripty Things is a repository of (eventually) 1000 things I'll have created using / with / including JavaScript. They may be complex, they may be simple, they may be good bad or ugly, but they shall be things ;} # Why? -The point is to practice, practice, practice. Get the 10,000 hours in. The only way to Get Good is to make 1000 things and make mistakes. +The point is to practice, practice, practice. Get the 10,000 hours in. The only way to Get Good is to make 1000 things and make mistakes, etc. # How? The plan is to study a range of courses and tutorials, which I'll list at the bottom of this Readme, then build things. Those things might be simple classes or objects, arrays and case statements, they might be small utilities or features that could be added to something bigger, they might even be the big things themselves. We'll see how this goes. # When? -Whenever I can over the coming months. If I do 1 thing per day then building 1000 things will take 2.7 years - so settle in... +Whenever I can over the coming months. If I did 1 thing per day (which I won't...) then building 1000 things will take 2.7 years - so settle in... # Contributing If there's anything that you think could be improved due to misunderstanding, then let me know. -# The 1000 Things +# The JavaScripty Things Structure of the repo Things are as *folder > main js file*, along with the supporting HTML and CSS files. (9) Variable and let scope example > variable-scope-by-example.js / let-scope...
@@ -27,10 +27,3 @@ Structure of the repo Things are as *folder > main js file*, along with the supp (1) Date and Time > myDayFunction.js **Only 991 to go... o_O** - -# Courses and Sources -**[https://www.sololearn.com/Course/JavaScript/](https://www.sololearn.com/Course/JavaScript/)** -Pretty good intro, some content has been reworked in a confusing manner, so feel free to cheat and read the comments for the answers. - -**[https://learn.codeartistry.io/](https://learn.codeartistry.io/)** -Enrolled, not started yet... \ No newline at end of file