33 Essential JavaScript Concepts Every Developer Must Know

Learn the 33 essential JavaScript concepts that every developer should know, from the basics of variables and functions to more advanced topics like asynchronous programming and object-oriented programming. This repository was created with the intention of helping developers master their concepts in JavaScript. 

Table of Contents

  1. Call Stack
  2. Primitive Types
  3. Value Types and Reference Types
  4. Implicit, Explicit, Nominal, Structuring and Duck Typing
  5. == vs === vs typeof
  6. Function Scope, Block Scope and Lexical Scope
  7. Expression vs Statement
  8. IIFE, Modules and Namespaces
  9. Message Queue and Event Loop
  10. setTimeout, setInterval and requestAnimationFrame
  11. JavaScript Engines
  12. Bitwise Operators, Type Arrays and Array Buffers
  13. DOM and Layout Trees
  14. Factories and Classes
  15. this, call, apply and bind
  16. new, Constructor, instanceof and Instances
  17. Prototype Inheritance and Prototype Chain
  18. Object.create and Object.assign
  19. map, reduce, filter
  20. Pure Functions, Side Effects, State Mutation and Event Propagation
  21. Closures
  22. High Order Functions
  23. Recursion
  24. Collections and Generators
  25. Promises
  26. async/await
  27. Data Structures
  28. Expensive Operation and Big O Notation
  29. Algorithms
  30. Inheritance, Polymorphism and Code Reuse
  31. Design Patterns
  32. Partial Applications, Currying, Compose and Pipe
  33. Clean Code

1. Call Stack

Reference

Articles

Videos


2. Primitive Types

Reference

Articles

Videos


3. Value Types and Reference Types

Articles

Videos


4. Implicit, Explicit, Nominal, Structuring and Duck Typing

Articles

Videos

Books


5. == vs === vs typeof

Articles

Videos


6. Function Scope, Block Scope and Lexical Scope

Books

Articles

Videos


7. Expression vs Statement

Articles

Videos


8. IIFE, Modules and Namespaces

Articles

Videos


9. Message Queue and Event Loop

Articles

Videos


10. setTimeout, setInterval and requestAnimationFrame

Articles

Videos


11. JavaScript Engines

Articles

Videos


12. Bitwise Operators, Type Arrays and Array Buffers

Articles

Videos


13. DOM and Layout Trees

Books

Articles

Videos


14. Factories and Classes

Articles

Videos


15. this, call, apply and bind

Reference

Articles

Videos


16. new, Constructor, instanceof and Instances

Articles


17. Prototype Inheritance and Prototype Chain

Reference

Articles

Videos

Books


18. Object.create and Object.assign

Reference

Articles

Videos

 


19. map, reduce, filter

Articles

Videos


20. Pure Functions, Side Effects, State Mutation and Event Propagation

Articles

Videos


21. Closures

Reference

Articles

Videos


22. High Order Functions

Books

Articles

Videos


23. Recursion

Articles

Videos


24. Collections and Generators

Reference

Articles

Videos


25. Promises

Reference

Articles

Videos


26. async/await

Reference

Books

Articles

Videos


27. Data Structures

Articles

Videos


28. Expensive Operation and Big O Notation

Articles

Videos

 


29. Algorithms

Articles


30. Inheritance, Polymorphism and Code Reuse

Reference

Articles

Videos


31. Design Patterns

Books

Articles

Videos


32. Partial Applications, Currying, Compose and Pipe

Books

Articles

Videos


33. Clean Code

Articles

Videos

Source: https://github.com

#javascript 

33 Essential JavaScript Concepts Every Developer Must Know
2 Likes68.05 GEEK