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 Hello, JavaScript! JavaScript Everywhere

Whats the difference between Javascript developer and Frontend Web developer when both uses Javascript?

Hello,

Whats the difference between Javascript developer and Frontend Web developer when both uses Javascript? It seems like Javascript developer earns more anually than front end so if Front end uses Javascript, why dont people just focus on Javascript for more salary?

1 Answer

Guillermo Gallo
seal-mask
.a{fill-rule:evenodd;}techdegree
Guillermo Gallo
Full Stack JavaScript Techdegree Student 8,517 Points

Hi Peter Huang

This is a really good question. The difference is that a front end JavaScript developer only deals with the front end part of a website or app and JavaScript developer deals with both the front end and the back end.

The front end is the part that only deals with the user experience in the browser so things like adding or modifying elements on a page. Showing users alerts or messages etc.

The back end is the code that runs on the server side of a website or app. For JavaScript this is usually done with some type of node js framework that allows you to incorporate logic to interact with databases for example or uploading files or interacting with some third party API like AWS etc.

As you can see a standard JS developer has more work involved than a front end JS developer which is usually why the salary is higher.

Hope this clarifies things for you.

Thank you