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

JavaScript JavaScript Basics (Retired) Introducing JavaScript Your First JavaScript Program

What are prerequisites to take the JS courses at Treehouse?

Do I need to know HTML,CSS,PHP to start JS courses ?

2 Answers

I highly recommend learning HTML first. You can also learn CSS after HTML, which should be useful also for learning JS.

If you just want to learn both in a glance, check out this.

Just keep in mind that HTML is for the bare bones of the site (no colors, no extra space around text, etc.), CSS is for styling the website (add colors, blank space, padding, margins, etc.) and finally JavaScript is for making a website come alive (you could animate with CSS but JS or a back-end language are required for taking information in a form, processing data, display alert dialogs, etc.)

Good luck! ~Alex

Boonsuen Oh
Boonsuen Oh
18,788 Points

I recomend you start learning once you know HTML and CSS. If yes, try it out!

Thanks !