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

Anyone has an opinion on whether or not I should get into JavaScript or learn SASS? Please let me know, and why thanks

New language

1 Answer

Michael Hulet
Michael Hulet
47,913 Points

They serve 2 entirely different purposes. Sass is a preprocessor for CSS, which is a markup language that defines what a webpage should look like. JavaScript is a programming language that was created to allow webpages to do things, but can now power a whole lot more than just a webpage. You can't do any actual programming with CSS, but you can make things look good. Personally, I'd learn Sass before JavaScript because it's important to know how to style a page and it'll be easier to wrap your mind around if you just know HTML, but it's totally up to you

Thank you Micheal. I just finished my HTML and CSS basics. I was just wondering if I should learn everything about the CSS family before learning a new language. Thanks for your advice. I am going to need it.....