U
U
Uzumeti2019-02-13 16:17:56
JavaScript
Uzumeti, 2019-02-13 16:17:56

Good JavaScript books?

Good afternoon!
Please advise good intelligible books or tutorials (or other sources of information: webinars, etc.) on JavaScript for a very low level of development.
I read quite a lot of theories, but I can’t solve a single practical problem. Somehow it doesn't fit in my head. As a result, then you climb the forums and discover that, on top of everything, there are still a lot of techniques about which for some reason there was not a word in the books. And it is often solved in two lines :)
Maybe there are some books that help to "build a bridge" between the bare theory about arrays (in which, by the way, I don't see any difficulty) and the ability to apply knowledge in practice?
Thank you!

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
Vladimir Proskurin, 2019-02-13
@uzumeti

And it is often solved in two lines :)

This is because the forums often give code in a functional style, consisting of calls to map / filter / reduce, etc., and newcomers have not yet reached this point, and this leaves them in a stupor.
In general, rhinoceros and learn.java-script.ru are the simplest books on JS, there is also You Dont Know JS, it is in English. If they seem complicated, then either programming is not your thing, or try reading fundamental books like Code. The secret language of computer science. Charles Petzold

K
Konstantin Urumov, 2019-02-13
@UrKonAn79

the site code.mu and w3schools helped me a lot

D
Delirium4dude, 2019-02-14
@Delirium4dude

on Habré there are very sensible and relevant lectures on JS from a teacher at the Kiev Polytechnic
https://habr.com/en/post/434686/

V
VoidVolker, 2019-02-13
@VoidVolker

https://bonsaiden.github.io/JavaScript-Garden/en/

S
Sergey Nekrasov, 2019-02-21
@Judixel

Move from reading to practice, start with very simple problems that you already know how to solve and try to solve them in a different way.
Tasks https://www.w3resource.com/javascript-exercises/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question