If you are a complete beginner Javascript will take time. Initial days were a bit hard and you often found yourself too confused or blank.
Pay attention to the concepts rather than memorising the properties and methods. You will feel more confident if you start understanding concepts.
Things to Learn
- [ ] Variables
- [ ] Data types
- [ ] Objects
- [ ] Arrays
- [ ] sets, maps and other methods
- [ ] Scope & Closures
- [ ] Hoisting
- [ ] Event Loop and Async Programming
- [ ] Promises
- [ ] Prototypes
- [ ] Inheritance
- [ ] Class
- [ ] Functions
- [ ] DOM Introduction
- [ ] DOM manipulation, elements and other methods