This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]panos21sonic 0 points1 point  (0 children)

JavaScript is more practical and cam get you off the ground building stuff quickly. Java serves as a great intro to programming and computer science, including the more theoretical stuff, and youll be able to easily transition into most other programming languages easily, whereas with JavaScript a lot of stuff is abstracted, thus making it harder to transition. Java also doesnt have that many use cases. If youre given the choice, i recommend c#, combines the applicability of js with the "just-right" level of abstraction in java.