Answer the question
In order to leave comments, you need to log in
Where can I get examples for practicing javascript?
Hello.
I started learning javascript and ran into this problem. It is not easy to find tasks for practice. When I studied html css everything was just you see the site - you do the same.
The problem is that I can’t fully set these tasks for myself, because I’m not sure that the task I set is solved using js tools.
Maybe someone will throw a problem where the basic constructions, methods, etc. are applied, in order to master the basics in practice?
ps The level of js is almost no codecademy and learn.javascript.ru for a month and a half.
Answer the question
In order to leave comments, you need to log in
You can perform such tasks on pure JS, for example:
1. ToDo-list with saving tasks in localStorage ( example ).
2. Interactive calendar with the ability to add events for any date.
3. Testing/questionnaire system with storing questions and answer options in JSON.
4. A simple game (Tetris, snake, roulette, tic-tac-toe, etc.) using Canvas/SVG.
5. Calculator (regular, credit, etc.).
Practice at Okhrimenko's JS lessons , there is a homework assignment for each lesson (small tasks).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question