Get Started. It's Free
or sign up with your email address
Roadmap by Mind Map: Roadmap

1. Foundation

1.1. strict mode

1.2. variable

1.2.1. var

1.2.2. let

1.2.3. const

1.3. math

1.4. Branching Statements

1.4.1. compare

1.4.2. switch case

1.5. Loop

1.5.1. for loop

1.5.2. while loop

1.5.3. do while loop

1.6. method object

1.7. Array

1.7.1. Array methods

1.7.2. for of

1.8. Object

1.8.1. Object method built

1.8.2. for in

1.9. Function

1.9.1. Regular function

1.9.2. IIFE

1.9.3. Generator function

1.9.3.1. Set methods

1.10. Map, Set

1.10.1. Map methods

1.11. spread, rest

2. Javascript

2.1. Operators

2.1.1. logic

2.2. Object

2.2.1. "this" keyword

2.2.2. class

2.3. Function

2.3.1. constructor function

2.3.1.1. "new" keword

2.3.2. prototype

2.3.3. scope

2.3.4. closure

2.3.5. Arrow function

2.3.6. argruments

2.3.7. bind, call, apply

2.4. DOM

2.5. BOM

2.6. promise

2.7. async await

2.8. Math Object

2.9. String

2.9.1. String object

2.9.2. Template literals

2.10. Number methods

2.11. Date, time

2.12. ES6 -> ES12

2.13. JS Ajax

2.14. JSON

2.15. Error handing ( try ,catch )