Skip to content

Volodia34/learnjs-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

LearnJS Tasks

This repository contains my solutions to tasks from the JavaScript.info tutorial (also known as LearnJS).

πŸ“š About

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

🧩 Structure

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 task
  • README.md – a short description of the task (optional)

Example:

learnjs-tasks/ β”œβ”€β”€ 01-variables/ β”‚ β”œβ”€β”€ task.js β”‚ β”œβ”€β”€ solution.js β”‚ └── README.md β”œβ”€β”€ 02-functions/ β”‚ └── ...

πŸš€ How to Use

You can explore each folder to see how I approached the tasks. Feel free to fork the repo and try solving the exercises yourself!

βœ… Progress

I'll keep updating this repo as I go through the tutorial.

πŸ“Œ Note

This is a personal learning project. The solutions might not always be the most optimal β€” feedback and suggestions are welcome!


πŸ§‘β€πŸ’» Created by Volodia

About

My solutions to Learn JavaScript tasks, focused on fundamentals and clean code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published