Should you first learn JS and then TS? Or can I skip JS and directly start wit TS?
Discussion
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.