JavaScript-Collection/README.md at main · wjkba/JavaScript-Collection · GitHub
Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 848 Bytes

File metadata and controls

24 lines (18 loc) · 848 Bytes

🟨 JavaScript Collection

I've gathered here a select collection of JavaScript concepts that I've found crucial and helpful during my learning journey. Each concept is explained with code snippets and live previews to aid in understanding and practical application.

https://wjkba.github.io/JavaScript-Collection/

This repository is a reflection of my journey, showcasing the concepts that I believe are essential for every JavaScript developer to grasp.

Concepts Covered

  • Variables and Data Types
  • Functions and Scope
  • Arrays and Objects
  • DOM Manipulation and Events
  • Asynchronous JavaScript (Promises, Async/Await)
  • Error Handling
  • ES6+ Features
  • and more

preview

Check out my html and css basics: