Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 513 Bytes

File metadata and controls

17 lines (14 loc) · 513 Bytes

JavaScript.info Course Notes

A comprehensive set of study notes from the JavaScript.info course.
This repository documents my learning journey through JavaScript, starting from the basics and moving to advanced topics.

Course Coverage

  • Introduction to JavaScript
  • Variables and Constants
  • Data Types
  • Operators
  • Functions
  • Control Flow (if, switch, loops)
  • Objects and Arrays
  • DOM Manipulation
  • Events and Event Handling
  • Advanced Topics (as the course progresses)