https://github.com/akapez/javascript-concepts
Fundamental and advanced concepts related to JavaScript programming language
https://github.com/akapez/javascript-concepts
advanced fundementals javascript javascript-concepts
Last synced: 5 months ago
JSON representation
Fundamental and advanced concepts related to JavaScript programming language
- Host: GitHub
- URL: https://github.com/akapez/javascript-concepts
- Owner: akapez
- Created: 2024-03-17T13:10:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T16:36:56.000Z (about 1 year ago)
- Last Synced: 2024-10-19T13:17:23.470Z (9 months ago)
- Topics: advanced, fundementals, javascript, javascript-concepts
- Language: JavaScript
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# JavaScript Concepts
These concepts form the foundation of JavaScript programming and are essential for developing complex and efficient web applications.
## Contents
1. [JavaScript DOM Manipulation](01-js-dom/README.md)
2. [JavaScript modules](02-modules/README.md)
3. [Execution Context](03-execution-context/README.md)
4. [Fetch API (Callbacks, Promises, Thenable, and async/await)](04-fetch-api/README.md)
5. [Memory Storage](05-memory-storage/README.md)
6. [Thread & Call Stack](06-thread-call-stack/README.md)
7. [Javascript Array Methods](07-js-array-methods/README.md)
8. [JavaScript Engine](08-javascript-engine/README.md)
9. [Object Oriented Programming](09-oop/README.md)
10. [String Methods](10-string-methods/README.md)
11. [JavaScript Closure](11-js-closure/README.md)
12. [Functional Programming](12-functional-programming/README.md)
13. [Scope](13-scope/README.md)
14. [Debounce & Throttling](14-debounce-throttle/README.md)
15. [Destructuring Assignment](15-destructuring/README.md)