DEV Community

Discussion on: Where to start - Front-end or Full Stack Javascript?

Collapse
 
deciduously profile image
Ben Lovy

I'm not familiar with Treehouse but it sounds thorough!

You'll absolutely learn how to use JavaScript on the frontend, but it will probably also walk you through CSS and HTML and you'll need to know all three.

JavaScript is a really versatile tool - I'd argue it doesn't really matter what part of an application you're building to learn how it works. When you're ready to hook up a backend, if you choose JavaScript you'll be applying the same exact skills just with a new framework. Instead of learning JavaScript and, e.g., Express, you just need to learn Express. The JavaScript parts are universal and you'll apply what you learn over and over again.

Thread Thread
 
1q3rsdfs profile image
1q3rsdfs

Got it. Thanks, Ben!

Thread Thread
 
deciduously profile image
Ben Lovy

You should probably listen to the other guy....he actually knows this specific program! I must have missed it when I first read your post, I thought you were talking about building an application.