Welcome to the JavaScript Practice Repository! This repo is designed to help you improve your JavaScript skills through a series of hands-on tasks.
-
Clone the repository:
-
Navigate into the directory:
-
Open
index.htmlin your browser to start practicing.
-
Install the Live Server extension:
- Open VS Code.
- Go to the Extensions view by clicking on the Extensions icon or pressing
Ctrl+Shift+X. - Search for "Live Server" and click "Install".
-
Open your project folder in VS Code.
-
Open
index.htmlin the editor. -
Right-click on
index.htmland select Open with Live Server.
Your default browser will open with a URL like http://127.0.0.1:5500.
Each task is listed in the tasks/ directory with corresponding solutions in the solutions/ directory. Try to solve the tasks on your own before checking the solutions!
Feel free to contribute by adding new tasks or improving existing ones. Pull requests are welcome. Let's all grow together!
Happy coding!