Hello everyone, I’ve been learning front end dev. Found HTML and CSS somewhat easy to grasp but I am struggling somewhat on JavaScript. In your opinion what is the best way to learn JavaScript?
It seems like the lessons don’t exactly explain everything that well. Is taking notes and spending more time on each lesson going to make things easier? Or is there a better way to go about this, Any ideas are welcome.
@SADickson If you want to dug deep into Javascript to learn it from inside, Read this amazing book https://github.com/getify/You-Dont-Know-JS , free to read online , otherwise you can also pay for its paperback format.
Hope it helps!
Shashank Shekhar
I’ll definitely take a look! Thanks
1 Like
Do a lot of it. Once you finish a challenge, break it and fix it until you understand what every piece does. Do projects. Seek out additional tools and resources to accomplish specific goals in those projects. Go back and make your projects more ambitious. Write code. Write lots of code. Write bad code. Then write better code. Then fix your bad code to be good code.
1 Like