Skip to content

Latest commit

ย 

History

History
16 lines (11 loc) ยท 624 Bytes

File metadata and controls

16 lines (11 loc) ยท 624 Bytes

JavaScript Revision Repository

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.

๐Ÿ“ Contents

  • Core JavaScript syntax and features
  • Functions, objects, and arrays
  • DOM manipulation
  • Event handling
  • ES6+ features
  • Practice problems and solutions

๐Ÿ› ๏ธ How to Use

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.