Skip to content

ninearif/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

33 คอนเซปต์ที่ Javascript Developer ควรรู้

เกริ่นนำ

Repos นี้ถูกสร้างขึ้นโดยมีจุดหมายเพื่อช่วยให้นักพัฒนาเข้าใจในคอนเซปต์ของ Javascript. ไม่ได้เป็นข้อกำหนดตายตัว, แต่เพื่อเป็นแนวทางในการศึกษาทำความเข้าใจ. โดยอิงตามบทความของคุณ Stephen Curtis ซึ่งสามารถอ่านบทความต้นฉบับได้ที่นี่ here.

🚀 เป็นโปรเจคที่แนะนำสำหรับนักพัฒนาหน้าใหม่ top open source projects of 2018!

ชุมชนนักพัฒนา

สามารถส่ง PR เพิ่มลิงค์ไปยังโปรเนื้อหาคำอธิบายของคุณเองในเรื่องต่าง ๆ. หรือหากต้องการแปลเป็นภาษาของคุณเองก็ได้.

ภาษาไทย

ในส่วนของ Repos ภาษาไทยนี้ ผมจะทำการอัพเดทรวบรวมลิงค์คำอธิบายในหัวข้อต่าง ๆ จากแหล่งที่เป็นภาษาไทย เข้ามาเพิ่มเติมให้เรื่อย ๆ หรือหากใครมีลิงค์บทความที่เคยเขียน หรือต้องการเข้ามาอัพเดทข้อมูลที่เป็นภาษาไทย สามารถเปิด PR มาได้เลยครับ ยินดีครับ.

สำหรับคำแปลในภาษาต่างๆของหัวข้อนี้ มีดังนี้:


  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

บทความ

วีดิโอ

Books

⬆ กลับไปที่สารบัญ


5. == vs === vs typeof

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


6. Function Scope, Block Scope and Lexical Scope

Books

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


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

Books

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


14. Factories and Classes

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


15. this, call, apply and bind

อ้างอิง

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


16. new, Constructor, instanceof and Instances

บทความ

⬆ กลับไปที่สารบัญ


17. Prototype Inheritance and Prototype Chain

อ้างอิง

บทความ

วีดิโอ

Books

⬆ กลับไปที่สารบัญ


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

Books

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


23. Recursion

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


24. Collections and Generators

อ้างอิง

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


25. Promises

อ้างอิง

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


26. async/await

อ้างอิง

Books

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


27. Data Structures

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


28. Expensive Operation and Big O Notation

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


29. Algorithms

บทความ

⬆ กลับไปที่สารบัญ


30. Inheritance, Polymorphism and Code Reuse

อ้างอิง

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


31. Design Patterns

Books

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


32. Partial Applications, Currying, Compose and Pipe

Books

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ


33. Clean Code

บทความ

วีดิโอ

⬆ กลับไปที่สารบัญ

About

📜 33 คอนเซปต์เกี่ยวกับ Javascript ที่นักพัฒนาควรรู้ (ภาษาไทย).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%