Javascript Mastery Roadmap
Javascript Mastery Roadmap
Practice:
- Event handling
- Form validation
Practice:
- Spread/rest operators
- Set, Map
Practice:
- Build a component-based UI
- Callbacks
- Promises
- async / await
- fetch()
Practice:
- Closures
- Higher-order functions
- Currying, Composition
- Memoization
- Debounce / Throttle
Practice:
- Constructor functions
Practice:
- Immutability
- Pure functions
- Composition
Practice:
- LocalStorage / SessionStorage
- IndexedDB (basic)
- DevTools mastery
Practice: