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!
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

Mick Webb
2,247 PointsIs there a difference between "Web Development Javascript" and "Full-Stack Javascript"? Or are they the same?
Is there a difference between "Web Development Javascript" and "Full-Stack Javascript"? Or are they the same?
1 Answer

rymatech
4,671 PointsOn the "front-end" there are 3 languages Html, css and JavaScript.
One "back-end" or "server-side" there a many languages one of which being Node.js which is JavaScript language.
A full-stack developer can code on both front and back end so using javascript and node.js.
I guess web development and full stack are the same thing but all depends on job description. If they want Node.js and Javascript then that would be full stack.
Mick Webb
2,247 PointsMick Webb
2,247 PointsThanks for the clarification!