This is a repository that includes information and simple examples about JavaScript. The folders included are numerated and this numeration points the order according to both the project flow and the different topics that are explained.
Well,yes and no.I found out that making those folders organised like that in a single bigger parent folder helped me a lot to refresh my knowledge and learn new things too.I need to mention though that the main content was inspired from Gordon Zhu, and more specifically from the first part of his course from his Website. So a Special thanks to him for the inspiration and all the help he gives.
The point here is to start step by step understanding and having a solid foundation of the JavaScript Data Types, functions, objects, arrays and everything else needed in order to have a good understanding of the language and also to be able to read and write simple and clean code.
It is a pretty simpe Todo Application.The truth is that most tutorials use a Todo Application in order to demonstrate some features of a language.The main difference is that together we will break down all the parts and see all the steps to build a Javascript Application.
Not at all.Even if you are a complete beginner you are very welcome to start and see how everything is structured and how does it work.This structure of examples,files, folders does not just cover the topic of making a Todo Application.It is all about understanding it step by step while learning new concepts.