Learning JavaScript Deeply Using MDN — Need Guidance
what's the best way to use the MDN tutorials for a low level coder?
Learn JavaScript on MDN
Hey everyone, what are your thought on Javascript MDN documentation for studying javascript?
I want to learn JavaScript in depth, and I strongly prefer reading documentation rather than watching video tutorials.
I’ve decided to learn JavaScript mainly from MDN Web Docs, but I’m confused about where to begin:
-
JavaScript Guide: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide
-
Learn Web Development → Core → Scripting: https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting
My goal is to gain strong conceptual and internal understanding of JavaScript, not just surface-level usage.
My questions:
-
Which of these two paths should I start with for deep JavaScript knowledge?
-
In what order should I follow MDN to become really strong in JavaScript?
-
Is it okay to post learning-path and documentation-based questions like this in this subreddit?
Any guidance from experienced developers would be really helpful.
I have a CS degree, but little experience in JS. My goal is to get a webdeveloper role. Do I just work my way down in https://developer.mozilla.org/en-US/docs/Web/Tutorials ? I find the html and css dump first a bad way to learn but use MDN all the time anyways to look things up. Other info, currently doing Udemy's Zero to Expert and after this plan on doing OdinProject. Thanks in advance