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

Elliott Frazier
PLUS
Elliott Frazier
Courses Plus Student 9,647 Points

Where do I begin with Javescript?

I started my next course JavaScript Foundations in the learning adventure become a web designer and in the first video of the course he refers to what we had learned about variables in the Introduction to Programming course which doesn't come until after JavaScript Foundations on the road map. Is this a bug and I should start with Introduction to Programming instead, or have you changed the order of importance upon which one to do first? It would be great to get a response soon because I'm kinda at a stand-still.

4 Answers

Matt Campbell
Matt Campbell
9,767 Points

Jump over to programming and do introduction to programming, then javascript and come back to interactive website.

it's a good shout to do PHP before all that too as it give a really good foundation on what programming does etc.

Spen Taylor
Spen Taylor
13,027 Points

I Agree with Matthew - intro to programming first then javascript. Even though PHP is a different language, it seems that all of the Object Orientated Programming (OOP) languages share the same principles, so learning that first is definately a good option too.

I've just finished the JavaScript lot last week (and read a book on it at work evey break time) and then went into the PHP material towards the end of the week. There have been moments where I'm like "ahhhhh I get it now" after seeing similar things between the two languages.

Elliott Frazier
PLUS
Elliott Frazier
Courses Plus Student 9,647 Points

@spen Thanks! It's great to know everything has basic similarities in OOP.