DEV Community

Discussion on: Help

Collapse
 
banf profile image
baran

Everyone takes a different path.
As someone who's at University doing Comp Sci, my path currently is:

  • Learn the fundamentals of HTML and CSS - build a few basic sites. Make sure to learn how to make them responsive.

  • Learn how to use JavaScript to manipulate your HTML + CSS websites (The document object model (DOM)).

  • From there start learning the fundamentals of JavaScript. Things such as array methods, how to use objects etc.

  • Once you're comfortable with the fundamentals of JS you can start learning front-end libraries!

Collapse
 
andrematias profile image
André Matias

That's true, it's a common path that can be good. In the midway you always will find your way to do something.