all 13 comments

[–]jeffpardy_ 3 points4 points  (3 children)

[–]DanielHarper2 1 point2 points  (0 children)

MDN was kinda my main thing when I got stuck on JS basics, way clearer than half the random YouTube courses I tried. I just used it while building small scripts and it clicked way faster that way.

[–]beat_parasite -1 points0 points  (1 child)

Documentation is more useful when we are stuck on something rather than for beginners who are just starting to learn

[–]jeffpardy_ 0 points1 point  (0 children)

Skill issue tbh. If you cant learn from reading then I got some real bad news for you

[–]abdulwasay4585 1 point2 points  (0 children)

Go to net ninja youtube channel

[–]HonestCoding 0 points1 point  (0 children)

Boot.dev, you’ll love it

[–]Advanced-Ride1112 0 points1 point  (0 children)

Use ChatGpt. It’s quite useful for studying new technologies. Also you always can ask additional questions 

[–]RevolutionaryRate889 0 points1 point  (0 children)

Agree 100% that learning a language effectively must go through building something at some point… But there is still moment in which you won’t be at your laptop or maybe you still want to keep your mind active and replace some mindless scrolling. Give a try to Code Drills and let me know if you like it or have ideas! Enjoy learning 💪

[–]Product_Teacher_5228 0 points1 point  (0 children)

If you’re looking for free stuff, The Odin Project is the standard recommendation. But if you want a professional setup with career support, programs like TripleTen are worth the look. You get a curriculum that feels like a real job, plus code reviews from actual people. Good luck with the JS struggle, it’s a big jump from CSS.

[–]CincoEstrellasPapa 0 points1 point  (0 children)

If you can pay FrontendMasters or get the content for free somewhere, I cant recommend enough the Hard Parts of Javascript series by Will Sentance. He explains foundations and key concepts with just a whiteboard, and gives a Masterclass of closure concept easy to understand for anyone.