This is a GitHub project created to learn the fundamentals of JavaScript. This project includes the following folders and files:
index.html: This is the main HTML file for the project.tp/: This folder contains the JavaScript code files for the different topics covered in the project.courses/: This folder contains Markdown cheat sheets that cover different JavaScript concepts.bonus/: This folder contains additional exercises that you can do to practice and reinforce what you have learned.
To get started with this project, you will need to clone this repository to your local machine. You can do this by following these steps:
- Click on the "Clone or download" button on the GitHub repository page.
- Copy the URL for the repository.
- Open a terminal window on your local machine.
- Change to the directory where you want to clone the repository.
- Enter the following command to clone the repository:
- Once the repository is cloned, you can open the
index.htmlfile in your browser to view the project.
The tp/ folder contains the JavaScript code files for the different topics covered in the project. These files are organized by topic, and each file contains code examples that demonstrate the concept being covered.
The courses/ folder contains Markdown cheat sheets that cover different JavaScript concepts. These cheat sheets provide a quick reference guide for different concepts and can be used as a study aid.
The bonus/ folder contains additional exercises that you can do to practice and reinforce what you have learned. These exercises are designed to challenge you and help you develop your JavaScript skills.
If you find a bug or have a suggestion for improvement, please open an issue or submit a pull request. We welcome contributions from anyone interested in improving this project.
This project is licensed under the MIT License. See the LICENSE file for more information.