Front End
作者:Abisheck Kumar

1. JAVASCRIPT
1.1. Introduction of Javascript
1.1.1. What is JavaScript?
1.1.2. History of JavaScript
1.1.3. How to run Javascript
1.2. Javascript Variables
1.2.1. Variable Declarations
1.2.2. Naming Rules
1.2.3. Scopes
1.2.4. Hoisting
1.3. Datatypes
1.3.1. Primitive DataTypes
1.4. Type Casting
1.5. Data Structures
1.5.1. Indexed collections
1.5.1.1. Array
1.5.2. Keyed Collections
1.5.2.1. Map
1.5.2.2. Set
1.5.3. Structurure Data
1.5.3.1. Json
1.6. Equality Comparisons
1.6.1. isLooselyEqual
1.6.2. isStrictlyEqual
1.6.3. Same value
1.7. Loops and Iterations
1.7.1. for/for-in/for-of
1.7.2. while/do-while
1.8. Control Flow
1.8.1. Contional Stament
1.8.2. Exception Handling
1.9. Expressions and Operators
1.10. Functions
1.10.1. Arrow Function
1.10.2. Function Parameter
1.11. This Keyword
1.12. Asynchronous JavaScript
1.12.1. Introdruction
1.12.2. Async/Await
1.12.3. Promises
1.12.4. Callbacks
1.12.5. Callback Hell
1.13. Working with APIs
1.13.1. Fetch API
1.14. Modules
1.14.1. Common Js
1.14.2. ECMAScript
1.15. Memory Management
1.15.1. Memory LifeCycle
1.15.2. Garbage Collection