This repository contains a collection of JavaScript files that I use to revise and practice JavaScript concepts. It includes examples, exercises, and notes covering a variety of topics in JavaScript.
- Core JavaScript syntax and features
- Functions, objects, and arrays
- DOM manipulation
- Event handling
- ES6+ features
- Practice problems and solutions
Clone or download the repository and open the .js files in your preferred code editor (e.g., VS Code). You can run most of the scripts using a browser's developer console or with Node.js.