Nobody writes JavaScript anymore. Learn TypeScript.

Reply to this note

Please Login to reply.

Discussion

Should you first learn JS and then TS? Or can I skip JS and directly start wit TS?

You do need to know the mechanics of JS to write TS, but you could probably gain that skill simply by learning TS. TS adds strict static type checking to modern ECMAScript, aka JS.