Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Why is JavaScript Basics placed before CSS Layout Basics in the Front End track?

Why is JavaScript Basics placed before CSS Layout Basics in the Front End track?

3 Answers

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,254 Points

I'm not sure of the precise reasons but I think it's simply to provide a bit of variety in the course path. Introduce you to different concepts without overloading you on one topic. You can do this with the Front End Track as this covers HTML, CSS and JavaScript.

Steven Parker
Steven Parker
243,656 Points

Everyone knows that JavaScript is much more important than CSS, right? :smile: I'm just kidding!

But HTML, JavaScript, and CSS are the big 3 front end technologies, and while it makes sense to start with HTML, the order you take the other two in is probably arbitrary.

If you want, just take the CSS course first as an individual course. When you return to the track, it will credit you for having taken it already when you get to that step.

Thanks guys!