Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 784 Bytes

File metadata and controls

31 lines (25 loc) · 784 Bytes

JavaScript Learning Journey

Overview

This repository contains my learning notes and practice code while following the JavaScript course on Scrimba platform.

Course Platform

Scrimba

Topics Covered

  • JavaScript Fundamentals
  • DOM Manipulation
  • Event Handling
  • Functions and Objects
  • Asynchronous Programming
  • Error Handling

Repository Structure

Each directory corresponds to a specific module or project from the Scrimba course, containing:

  • Practice exercises
  • Code challenges
  • Project implementations
  • Personal notes

Reference Materials

  • Scrimba course materials
  • MDN Web Docs
  • Personal notes and observations