debnath003 / 33-js-concepts

📜 33 JavaScript concepts every developer should know.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


33 अवधारणा हर जेएस डेवलपर के जानल चाहीं

33 अवधारणा हर जेएस डेवलपर के जानल चाहीं

Follow me

परिचय

ई रिपोजिटरी एह मकसद से बनावल गइल रहे कि डेवलपर लोग के जावास्क्रिप्ट में आपन अवधारणा में महारत हासिल करे में मदद मिल सके. ई कवनो जरुरत ना ह, बलुक भविष्य के पढ़ाई खातिर एगो मार्गदर्शक ह. ई स्टीफन कर्टिस के लिखल लेख पर आधारित बा आ रउआँ एकरा के पढ़ सकेनी इहाँ.

🚀 गिटहब द्वारा 2018 के शीर्ष ओपन सोर्स प्रोजेक्ट! में से एगो मानल जाला

बेरादरी

बेझिझक अपना रिकैप भा रिव्यू के लिंक जोड़ के पुल अनुरोध जमा करीं. अगर रउरा रेपो के अपना मूल भाषा में अनुवाद कइल चाहत बानी त बेझिझक करीं.

एह रेपो खातिर सगरी अनुवाद नीचे दिहल जाई:


  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

सिफारिश

लेख

वीडियो बा

⬆ ऊपर वापस जाए के बा


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

लेख

वीडियो बा

⬆ ऊपर वापस जाए के बा

About

📜 33 JavaScript concepts every developer should know.

License:MIT License


Languages

Language:JavaScript 100.0%