DEV Community

Larry
Larry

Posted on

Learning process in Javascript

Alt Text

Need to learn properly
1. var, let, const
2. type conversion
3. Loops
4. Conditions
5. this keyword
6. class
7. object-oriented programming
8. imports/export
9. Recursion
10. Closures
11. arrow functions
12. Spread operator
13. destructing
14. map, filter, reduce
15. Asynchronous programming
16. Promises
17. Async and await
18. Scope of variables
19. Naming conventions in JS
20. error handling in javascript

Top comments (0)