Once in a while I come across these terms but cannot fully understand the differences. Is JavaScript developer a web developer that uses JavaScript as the primary language?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
Generally speaking, if you're doing front-end Web development, you are likely to work with JavaScript, HTML, and CSS (and related libraries/frameworks, e.g. React, Bootstrap...). You could also use JavaScript in some other context - for example JavaScript is used on the server-side too, such as with the Express framework. You can also develop for mobile using JavaScript, for example with React Native.
Thanks!
I guess a javascript developer knows a lot about javascript, enough about html and not so much about css. Whereas a web developer knows more about css and maybe a bit less about javascript. Ofcourse I could be wrong...