This repository contains my solutions to tasks from the JavaScript.info tutorial (also known as LearnJS).
JavaScript.info is a modern tutorial that covers the JavaScript language from the basics to advanced topics.
I created this repository to:
- Practice JavaScript by solving real exercises
- Track my progress through the tutorial
- Review and improve my code over time
Each topic or section has its own folder. Inside each folder, you'll find:
task.jsβ the original task (or my interpretation of it)solution.jsβ my solution to the taskREADME.mdβ a short description of the task (optional)
Example:
learnjs-tasks/ βββ 01-variables/ β βββ task.js β βββ solution.js β βββ README.md βββ 02-functions/ β βββ ...
You can explore each folder to see how I approached the tasks. Feel free to fork the repo and try solving the exercises yourself!
I'll keep updating this repo as I go through the tutorial.
This is a personal learning project. The solutions might not always be the most optimal β feedback and suggestions are welcome!
π§βπ» Created by Volodia