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 trialAdjetey Octavius
1,699 PointsJavaScript & PhP
Does javascript has more features than php? and what are the advantages that it has over php
2 Answers
Jonathan Grieve
Treehouse Moderator 91,253 PointsJavaScript on its own works purely on the front end but what brings it to server-side development is node.js. So if you didn't want to work with PHP you could investigate using node. I don't know enough about node through to advise you if that would get help you 100%.
Piotr Manczak
Front End Web Development Techdegree Graduate 29,363 PointsJavaScript is more universal.
Adjetey Octavius
1,699 PointsAdjetey Octavius
1,699 Pointsthanks