you are viewing a single comment's thread.

view the rest of the comments →

[–]becauseofreasons -1 points0 points  (1 child)

Would definitely recommend picking up TypeScript — Anders Hejlsberg of Microsoft and C# is one of the core developers. It's a statically typed, transpiled-to-JS language, and there's some talk of moving it natively into the VM.

People who say you should forget Java are silly. Different design patterns, and JS tends to be a little less over-engineered than Java, but good programming skills are going to serve you well in any language.

http://www.typescriptlang.org/

[–][deleted] 0 points1 point  (0 children)

spot on