Skip to content

שלושים ושלושה עקרונות שכל מפתח גאווה סקריפט צריך להכיר 📜

License

Notifications You must be signed in to change notification settings

rafyzg/33-js-concepts

 
 

Repository files navigation


33 Concepts Every JS Developer Should Know

33 עקרונות שכל מפתח גאווה סקריפט צריך להכיר

הקדמה

המאמר הזה נוצר במטרה לעזור למפתחים להתמחות בעקרונות בגאווה סקריפט. זאת אינה דרישה, אלא מדריך ללימודים עתידיים. זה מבוסס על מאמר שנכתב על ידי 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

התייחסויות

מאמרים

video סרטונים

⬆ חזרה למעלה


2. Primitive Types

התייחסויות

מאמרים

video סרטונים

⬆ חזרה למעלה


3. Value Types and התייחסויות Types

מאמרים

video סרטונים

⬆ חזרה למעלה


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

מאמרים

video סרטונים

ספרים

⬆ חזרה למעלה


5. == vs === vs typeof

מאמרים

video סרטונים

⬆ חזרה למעלה


6. Function Scope, Block Scope and Lexical Scope

Books

מאמרים

video סרטונים

⬆ חזרה למעלה


7. Expression vs Statement

מאמרים

video סרטונים

⬆ חזרה למעלה


8. IIFE, Modules and Namespaces

התייחסויות

מאמרים

video סרטונים

⬆ חזרה למעלה


9. Message Queue and Event Loop

מאמרים

video סרטונים

⬆ חזרה למעלה


10. setTimeout, setInterval and requestAnimationFrame

מאמרים

video סרטונים

⬆ חזרה למעלה


11. JavaScript Engines

מאמרים

video סרטונים

⬆ חזרה למעלה


12. Bitwise Operators, Type Arrays and Array Buffers

מאמרים

video סרטונים

⬆ חזרה למעלה


13. DOM and Layout Trees

ספרים

מאמרים

video סרטונים

⬆ חזרה למעלה


14. Factories and Classes

מאמרים

video סרטונים

⬆ חזרה למעלה


15. this, call, apply and bind

התייחסויות

מאמרים

video סרטונים

⬆ חזרה למעלה


16. new, Constructor, instanceof and Instances

מאמרים

⬆ חזרה למעלה


17. Prototype Inheritance and Prototype Chain

התייחסויות

מאמרים

video סרטונים

Books

⬆ חזרה למעלה


18. Object.create and Object.assign

התייחסויות

מאמרים

video סרטונים

⬆ חזרה למעלה


19. map, reduce, filter

מאמרים

video סרטונים

⬆ חזרה למעלה


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

מאמרים

video סרטונים

⬆ חזרה למעלה


21. Closures

התייחסויות

מאמרים

video סרטונים

⬆ חזרה למעלה


22. High Order Functions

Books

מאמרים

video סרטונים

⬆ חזרה למעלה


23. Recursion

מאמרים

video סרטונים

⬆ חזרה למעלה


24. Collections and Generators

התייחסויות

מאמרים

video סרטונים

⬆ חזרה למעלה


25. Promises

התייחסויות

מאמרים

video סרטונים

⬆ חזרה למעלה


26. async/await

התייחסויות

Books

מאמרים

video סרטונים

⬆ חזרה למעלה


27. Data Structures

מאמרים

video סרטונים

⬆ חזרה למעלה


28. Expensive Operation and Big O Notation

מאמרים

video סרטונים

⬆ חזרה למעלה


29. Algorithms

מאמרים

video סרטונים

⬆ חזרה למעלה


30. Inheritance, Polymorphism and Code Reuse

התייחסויות

מאמרים

video סרטונים

⬆ חזרה למעלה


31. Design Patterns

Books

מאמרים

video סרטונים

⬆ חזרה למעלה


32. Partial Applications, Currying, Compose and Pipe

ספרים

מאמרים

video סרטונים

⬆ חזרה למעלה


33. Clean Code

מאמרים

video סרטונים

⬆ חזרה למעלה

About

שלושים ושלושה עקרונות שכל מפתח גאווה סקריפט צריך להכיר 📜

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%