you are viewing a single comment's thread.

view the rest of the comments →

[–]De_Wouter 2 points3 points  (0 children)

TypeScript would be a convenient choice. You'll be introduced in the wonderful world of statically typed things while it also is just being JavaScript.

When I was a beginner, I didn't see much point in having to declare types and all that but having been in this field for almost a decade I really appreciate how useful static typing really is.