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 trialJonthue Michel
1,462 PointsWill we learn Javascript in the php track?
I thought javascript was part of the track.
2 Answers
James Anwyl
Full Stack JavaScript Techdegree Graduate 49,960 PointsHi Jonthue,
Javascript is covered in the Front end web development track.
You may use a bit of Javascript throughout the PHP track, but it won't go into detail about it.
Hope this helps :)
Ted Sumner
Courses Plus Student 17,967 PointsThe PHP track touches on JavaScript and includes the jQuery course, but if you really want to learn JavaScript you need to do other courses as well.
Jonthue Michel
1,462 PointsJonthue Michel
1,462 PointsSo do php developers end up learning more Front end web development anyways?
James Anwyl
Full Stack JavaScript Techdegree Graduate 49,960 PointsJames Anwyl
Full Stack JavaScript Techdegree Graduate 49,960 PointsYep, you really need to have at least a basic understanding of HTML/CSS to code in PHP. Helps to know some Javascript as well, especially if you want to use something like AJAX to update information on your page without refreshing it (twitter is a good example of this).
Learn the front-end first, then use PHP to make your websites dynamic.
Hope this helps :)