C
C
colorkid2015-11-16 06:23:18
JavaScript
colorkid, 2015-11-16 06:23:18

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

5 answer(s)
T
teslor, 2015-11-16
@colorkid

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.).

D
Denis Ineshin, 2015-11-16
@IonDen

How to learn Javascript the right way?

K
kstyle, 2015-11-16
@kstyle

anything from the first four points . see more here

F
Finecoder, 2015-12-21
@Finecoder

Practice at Okhrimenko's JS lessons , there is a homework assignment for each lesson (small tasks).

A
Andrey Titov, 2018-01-04
@titov_andrei

https://github.com/search?l=JavaScript&q=javascript...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question