Hello All,
Welcome β€οΈ to my Github account π.
I have created this repo to help students/freshers/working professionals and providing them all the resources for JavaScript in a single repo. We are continously working on this repository so please check regulary for latest updates.
For the convenience of the student who are not comfortable in English, we are trying to add notes in Hindi as well. Please keep checking our repo for regular updates.
This repo includes:# β€οΈ Complete JavaScript Learning Material π
JavaScript Course Material π by Sajid Ali Khan
π JavaScript Syllabus
Click here
-
- Default parameters
- Passing arguments: value vs reference
- First Class function/Citizen
- High Order function in JavaScript
- Callback function in JavaScript
- setTimeOut
- setInterval
- Function returning function
- The call and apply methods
- The bind method
- Immediately invoked function expression(IIFE)
- Closures
Click here
- Chapter 01- Introduction
- Chapter 02- Features
- Chapter 03- separation-of-concerns
- Chapter 04- value_variable_datatype
- _Chapter 05- identifier
- Chapter 06- comments
- Chapter 07- statement
- Chapter 08- use_strict
- Chapter 09- let_const_var
- Chapter 10- operators
- Chapter 11- conditional_statement
- Chapter 12- output
- Chapter 13- typeconversion
- Chapter 14- popupboxes
- Chapter 15- other_operator
- Chapter 16- truthy_falsy
- Chapter 17- loopand_switch
- Chapter 18- string
- Chapter 19- scoping_and_scope
- Chapter 20- function
- Chapter 21- More-About-functions
- Chapter 22- destructuring
- Chapter 23- temporal-dead-zone
- Chapter 24-debugging
- Chapter 25- number
- Chapter 26- date
- Chapter 27- DRY-principle
- Chapter 28- array
- Chapter 29- object
- Chapter 30- set
- Chapter 31-map
- Chapter 32- Destructuring-Array
- Chapter 33- Spread-operator
- Chapter 34- Rest-parameter
- Chapter 35- short-circuiting-nullish-coalescing-operator
- Chapter 36- enhanced-object-literal
- Chapter 37- Optional-chaining
- Chapter 38-DOM
- _Chapter 39- BOM
- Chapter 40- RegExp
- Chapter 41- JSON-XML
- Chapter 42- JavaScript-Engine
- Chapter 43- Call-Stack
- Chapter 44- Execution-Context
- Chapter 45- Memory
- Chapter 46- Compiler-Interpreter-JIT
- Chapter 47- Event-Loop
- Chapter 48- creation-code-phase
- Chapter 49- Prototypal-Inheritance
- Chapter 50- this-keyword
- Chapter 51- OOPs
- Chapter 52- Constructor function
- Chapter 53-Object-create
- Chapter 54-Chaining-methods
- Chapter 55- primitive-nonprimitive
- Chapter 56- Web
- Chapter 57- Prototype
- Chapter 58- Es6 classes
- Chapter 59- Rejected Promises
- Chapter 60- prototypal_inheritance
- Chapter 61-Creating-Promise
- Chapter 62-Ajax
- Chapter 63- Try-catch
- Chapter 64- Promise
- Chapter 65- fetch
- Chapter 66- Promises-Combinators
- Chapter 67- Consuming Promises
- Chapter 68- Chaining Promises
- Chapter 69-Encapsulation
- Chapter 70-Asynchronous-JavaScript
- Chapter 71- Async-Await
- Chapter 72- About-API
- Chapter 73- Polyfilling
- Chapter 74- Promises-In-Parallel
- Chapter 75- Export-Import-Modules
- Chapter 76- Top-Level-Await
- Chapter 77- Module-pattern
- Chapter 78- Building-with-parcel
- Chapter 79- Babel
- Chapter 80- Transpiling
- Chapter 81- Returning-values-from-Async
- Chapter 82- Modules
Click here
π Front-end RoadMap Credit - JavaScript Mastery
π Back-end RoadMap Credit - Sadanand Pai
π Github Notes
You need to write the following commands on the terminal screen(in vscode) so that you can run this project locally.
git clone "https://github.com/sajidhamdard/learnjavascript.git"
Go to the project directory
cd learnjavascript