1
Aliyu
4y

Have read and read and read all over over and over again and still don't understand JavaScript.....

Comments
  • 0
    Go straight to the point. Doing is the best way to learn. Copy some examples and modify them.
  • 0
    @Bybit260 really, and who or what am I going to copy?
  • 0
  • 0
    @Aliyu Just go to w3schools, and do some examples.
  • 0
    https://javascript30.com/
    JavaScript 30 — Build 30 things with vanilla JS in 30 days
  • 0
    While going through the tutorials mentioned here, also go on GitHub and grab some random JavaScript repos, or even just look at them, and try to break down what they are doing. Start with the smaller projects once you have a grasp of the basics from the tutorials. Seeing how other people structure their code in real projects will be an extra bonus that you don't get from the tutorials alone.

    I also struggle with JS, but actually getting my hands dirty with real code has by far been the most effective way for me to get better.
  • 1
    @heyheni thanks for the link
  • 0
  • 0
    @M1sf3t alright I'll check it out
Add Comment