Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.1 KB

File metadata and controls

14 lines (12 loc) · 1.1 KB

Advanced JavaScript Practice Repository

Welcome to my Advanced JavaScript Practice Repository! This collection showcases the exercises I completed to deepen my understanding of advanced JavaScript concepts. I created this repository not only as a personal learning tool but also as a public portfolio for recruiters to evaluate my skills.

Contents

  • Closures: Explore practical applications and nuances of closures.
  • Promises & Async/Await: Master asynchronous programming techniques.
  • Prototypal Inheritance: Understand the prototype chain and inheritance patterns.
  • Modules: Learn about ES6 modules and effective code structuring.
  • Functional Programming: Delve into higher-order functions, map, filter, and reduce.
  • Event Loop: Gain insights into the JavaScript event loop and concurrency model.
  • Design Patterns: Study common design patterns like Singleton, Factory, and Observer.