Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 646 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 646 Bytes

JavaScript Practice

This repository contains JavaScript code that I wrote while practicing various fundamental concepts and techniques. The following topics are covered in this repository:

  • JavaScript Fundamentals
  • Primitive Data Types
  • Functions
  • Data types
  • Looping
  • The DOM
  • Events
  • Prototypes
  • Ajax

Setup and Installation

  1. Clone this repository to your local machine
  2. Open the cloned directory in your preferred code editor
  3. Open the index.html file in your web browser to view and interact with the JavaScript code

License

This repository is licensed under the MIT License. See the LICENSE file for details.