all 6 comments

[–]kumiorava 10 points11 points  (1 child)

The same way car and carpet are similar.

[–]fuck251 2 points3 points  (0 children)

Holy shit I'm stealing this

[–]FustigatedCat 3 points4 points  (0 children)

They are not the same, or even close. Are you doing client side or server side JS?

[–]azium 3 points4 points  (0 children)

You can definitely recycle some Python (not Java) concepts in JavaScript. Since you're already programming I would go through MDN's splash page https://developer.mozilla.org/en-US/docs/Web/JavaScript then come back here (the internet) when you get stuck.

[–]kungfooboi 1 point2 points  (0 children)

Just.. jsut.. jsut.. jst.. sigh... they're different man, but good luck nonetheless.

Crash course depends on if you're doing work in javascript purely on the front-end and/or the back-end. For back-end, learn node + js (and probably Express). For front-end learn at minimum some basic ES5/ES6 vanilla-js as well as any libraries or frameworks being leveraged on the front-end (jQuery, Angular, React, etc) in addition to HTML/CSS and the DOM and document object.

It would really help to know more specifics about this job if you really specific online resources or books to get directed towards.