Closed YockerFX closed 3 weeks ago
JavaScript Basics
Functions
Objects and Arrays
Understanding this, Scope, and Closures
this
Prototypes and Inheritance
Object.create()
Object.prototype
Asynchronous Programming
async
await
DOM (Document Object Model) Manipulation
Event Handling
Error Handling and Debugging
try
catch
finally
Modules and Code Organization
Advanced Topics
Proxy
Reflect
fetch
localStorage
sessionStorage
Testing
JavaScript in the Context of Web Applications
ES6+ (ECMAScript 2015 and Later Versions)
Tools and Workflows
Performance Optimization and Best Practices
JavaScript Patterns
Hi @YockerFX This issue is linked to #9
JavaScript Basics
Functions
Objects and Arrays
Understanding
this
, Scope, and Closuresthis
keyword and how it worksPrototypes and Inheritance
Object.create()
andObject.prototype
Asynchronous Programming
async
andawait
DOM (Document Object Model) Manipulation
Event Handling
Error Handling and Debugging
try
,catch
,finally
Modules and Code Organization
Advanced Topics
Proxy
andReflect
fetch
,localStorage
,sessionStorage
)Testing
JavaScript in the Context of Web Applications
ES6+ (ECMAScript 2015 and Later Versions)
Tools and Workflows
Performance Optimization and Best Practices
JavaScript Patterns