+ 12
Is there any way to make JavaScript easier to understand?
I've been over JavaScript and similar languages a few times but I'm having trouble grasping the more difficult concepts and applying them to code.
4 Respuestas
+ 9
There are awesome tutorials by our community. Follow them.
Here is an example from Danijel.
https://code.sololearn.com/WrTLBtj8A4tZ/?ref=app
+ 6
When you learn a new concept, make sure to try it out, play with it, get comfortable with it, and even combine it with other concepts. It’s so important to actually type out the code in any examples you are following, because that’s what helps you absorb it. Also, limiting the amount you learn at one time will help you retain the material, for the simple reason that it’s easier to remember fewer things.
+ 1
Even more?
0
switch to JQUERY until you get familiar with it and go back to pure JS.