burhannn / 33-js-concepts

πŸ“œ 33 concepts every JavaScript developer should know.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


33 Concepts Every JS Developer Should Know

33 Konzepte die jeder JavaScript Entwickler kennen sollte

PRs Welcome License MIT Build Status

Einleitung

Dieses Repository wurde erstellt um Entwickerln zu helfen Ihre Kentnisse zu verbessern. Es ist keine Anforderung aber ein FΓΌhrer fΓΌr eure kommenden Projekte. Es basiert auf einen Artikel von Stephen Curtis welchen Ihr hier lesen kΓΆnnt.

Community

Seit frei ein Pull Request zu senden mit dem Link eurer eigenen VerbesserungsvorschlΓ€ge. Wenn Ihr wollt kΓΆnnt Ihr das Repo auch in eure eigene Sprache ΓΌbersetzen.

Alle bisherigen Übersetzungen findet Ihr hier:


Inhaltsverzeichnis

  1. Aufrufs Stack
  2. Primitive Datentypen
  3. Wert und Referenztypen
  4. Implizit, Explizit, Nominal, Strukturierung und Duck Typing
  5. == vs === vs typeof
  6. Funktions Scope, Block Scope und Lexiographischer Scope
  7. Expression vs Statement
  8. IIFE, Module und Namespaces
  9. Message Warteschlange und Event Loop
  10. setTimeout, setInterval und requestAnimationFrame
  11. JavaScript Engines
  12. Bitwise Operatoren, Type Arrays und Array Buffers
  13. DOM und Layout BΓ€ume
  14. Factories und Klassen
  15. this, call, apply und bind
  16. new, Konstruktor, instanceof und Instancen
  17. Vererben von Prototypen und Prototyp SchlΓΌsseln
  18. Object.create und Object.assign
  19. map, reduce, filter
  20. Pure Funktionen, Seiteneffekte und State Mutation
  21. Closures
  22. Hoch priorisierte Funktionen
  23. Rekursion
  24. Collections und Generators
  25. Promises
  26. async/await
  27. Datenstrukturen
  28. Teure Operationen und O-Notation
  29. Algorithmen
  30. Vererbung, Polymorphie and Code Nutzung
  31. Design Patterns
  32. Teil Anwendungen, Currying, Compose und Pipe
  33. Clean Code

1. Aufrufs Stack

Artikel

Videos

⬆ Back to Top


2. Primitive Datentypen

Articles

Videos

⬆ Back to Top


3. Wert und Referenztypen

Artikel

Videos

⬆ Back to Top


4. Implizit, Explizit, Nominal, Strukturierung und Duck Typing

Artikel

Videos

⬆ Back to Top


5. == vs === vs typeof

Articles

Videos

⬆ Back to Top


6. Function Scope, Block Scope and Lexical Scope

Articles

Videos

⬆ Back to Top


7. Expression vs Statement

Articles

Videos

⬆ Back to Top


8. IIFE, Modules and Namespaces

Articles

Videos

⬆ Back to Top


9. Message Queue and Event Loop

Articles

Videos

⬆ Back to Top


10. setTimeout, setInterval and requestAnimationFrame

Articles

Videos

⬆ Back to Top


11. JavaScript Engines

Articles

Videos

⬆ Back to Top


12. Bitwise Operators, Type Arrays and Array Buffers

Articles

Videos

⬆ Back to Top


13. DOM and Layout Trees

Articles

Videos

⬆ Back to Top


14. Factories and Classes

Articles

Videos

⬆ Back to Top


15. this, call, apply and bind

Articles

Videos

⬆ Back to Top


16. new, Constructor, instanceof and Instances

Articles

⬆ Back to Top


17. Prototype Inheritance and Prototype Chain

Articles

Videos

⬆ Back to Top


18. Object.create and Object.assign

Articles

Videos

⬆ Back to Top


19. map, reduce, filter

Articles

Videos

⬆ Back to Top


20. Pure Functions, Side Effects and State Mutation

Articles

Videos

⬆ Back to Top


21. Closures

Articles

Videos

⬆ Back to Top


22. High Order Functions

Articles

Videos

⬆ Back to Top


23. Recursion

Articles

Videos

⬆ Back to Top


24. Collections and Generators

Articles

Videos

⬆ Back to Top


25. Promises

Articles

Videos

⬆ Back to Top


26. async/await

Articles

Videos

⬆ Back to Top


27. Data Structures

Articles

Videos

⬆ Back to Top


28. Expensive Operation and Big O Notation

Articles

Videos

⬆ Back to Top


29. Algorithms

Articles

⬆ Back to Top


30. Inheritance, Polymorphism and Code Reuse

Articles

Videos

⬆ Back to Top


31. Design Patterns

Articles

Videos

⬆ Back to Top


32. Partial Applications, Currying, Compose and Pipe

Articles

Videos

⬆ Back to Top


33. Clean Code

Articles

Videos

⬆ Back to Top

About

πŸ“œ 33 concepts every JavaScript developer should know.

License:MIT License


Languages

Language:JavaScript 100.0%