Skip to content

📜 33 JavaScript concepts every developer should know.

License

Notifications You must be signed in to change notification settings

IamLucif3r/33-js-concepts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


33 Concepts Every JS Developer Should Know

ഓരോ JavaScript ഡെവലപ്പറും അറിഞ്ഞിരിക്കേണ്ട 33 ആശയങ്ങൾ

Follow me

ആമുഖം

ജാവാസ്ക്രിപ്റ്റിൽ അവരുടെ ആശയങ്ങൾ മാസ്റ്റർ ചെയ്യാൻ ഡവലപ്പർമാരെ സഹായിക്കുക എന്ന ഉദ്ദേശത്തോടെയാണ് ഈ ശേഖരം സൃഷ്ടിച്ചത്. ഇത് ഒരു ആവശ്യകതയല്ല, ഭാവിയിലെ പഠനത്തിനുള്ള വഴികാട്ടിയാണ്. എഴുതിയ ഒരു ലേഖനത്തെ അടിസ്ഥാനമാക്കിയുള്ളതാണ് Stephen Curtis നിങ്ങൾക്ക് അത് വായിക്കാനും കഴിയും ഇവിടെ.

🚀 GitHub 2018-ലെ മികച്ച ഓപ്പൺ സോഴ്‌സ് പ്രോജക്ടുകളിലൊന്നായി!

സമൂഹം

നിങ്ങളുടെ സ്വന്തം റീക്യാപ്പുകളിലേക്കോ അവലോകനങ്ങളിലേക്കോ ഒരു ലിങ്ക് ചേർത്ത് ഒരു PR സമർപ്പിക്കാൻ മടിക്കേണ്ടതില്ല. നിങ്ങളുടെ മാതൃഭാഷയിലേക്ക് റിപ്പോ വിവർത്തനം ചെയ്യണമെങ്കിൽ, അത് ചെയ്യാൻ മടിക്കേണ്ടതില്ല.

ഈ റിപ്പോയ്‌ക്കുള്ള എല്ലാ വിവർത്തനങ്ങളും ചുവടെ ലിസ്റ്റുചെയ്യും:


  1. Call Stack
  2. Primitive Types
  3. Value Types and റഫറൻസ് 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 റഫറൻസ് 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. ക്ലീൻ കോഡ്

ലേഖനങ്ങൾ

വീഡിയോകൾ

⬆മുകളിലേയ്ക്ക്

About

📜 33 JavaScript concepts every developer should know.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%