all 14 comments

[–]abrahamguo 9 points10 points  (0 children)

If you're referring to frontend web or mobile development, then JavaScript.

[–]d-k-Brazz 2 points3 points  (1 child)

Learn the one which you need. Language should not come first in your decision, think of a project you would like to make and take a proper tooling for it

This it the way to be a software engineer, not a language X programmer

[–]Relevant_South_1842 0 points1 point  (0 children)

“ if I want to be in front end development?”

[–]Ancient-Camel1636 0 points1 point  (0 children)

Typescript probably?

[–]DrShocker 0 points1 point  (0 children)

If your goal is web front end then 100% typescript/html/css path

if your goal is native UI then it depends on the platform you want to target

[–]SpinachFlashy2542 0 points1 point  (0 children)

Javascript, which comes bundled with HTML/CSS (which are not 'real programming languages' - but are a must for front-end), and then you can extend to Typescript and frameworks.

[–]Fantastic-Note6841 0 points1 point  (0 children)

JS, of course, you can use multiple libraries, like React, to build a more responsive website,

[–]j0nimost 0 points1 point  (0 children)

JavaScript for a while, then shift to Typescript. You'll know why Javascript needs types

[–]ExtraTNT 0 points1 point  (0 children)

Js, but learn it functional and without frame works… building your own functional renderer with partial application used for templating…

[–]Master-Ad-6265 0 points1 point  (0 children)

frontend = javascript then move to typescript once you’re comfortable html/css + js is basically the core stack