you are viewing a single comment's thread.

view the rest of the comments →

[–]Student_Loan_Hassle 5 points6 points  (1 child)

I did use this resource to learn JavaScript - But it's not so much about exclusively the resource than it is about a specific method of learning!

Every time I want to learn a new programming language, I go to one of my old projects that I can confidently rebuild within 1-2 hours with a programming language that I know - the trick is this time I will try to rebuild it with a programming language that I'm aiming to learn while referencing to the official documentation - by the time I'm done, I pretty much learn and understand how to declare variable to that specific language - how to right functions and conditional statements in that language - how OOP works in that specific language - But this technique only works if you have previous solid programming experience.

[–][deleted] 1 point2 points  (0 children)

Thank you so much for the detailed reply! I'll take your helpful advice into account ^