DEV Community

Discussion on: If I were to restart JavaScript again from scratch then I will follow this roadmap.

Collapse
 
fbolaji profile image
Francis.B

To be honest this is the exact road map most programming languages will take you through.. as you get involve in more and complex javascript applications or projects, you will learn to apply different aspects of javascript you will need to resolve design and architectural flow of the project. In my opinion after learning and understand how javascript works and interact with html, css and etc. I will suggest that you learn modular, class and prototype patterns very well before diving into frameworks.