| Typescript is just a superset of JS, what does that mean? Is just your regular js, but with some stuff added like type check, classes, interfaces and some cute operators, just the language that most know with some goodies added to help with development, that is and that all, in oppose to CS that is just syntatic sugar with others cute tricks that make the language more appealing to people like you (assuming by your post that you are a python developer). So if you are into JS or type check then you should give TS a try, if not then just stick with CS, only you can answer is changing transpiler in your workflow is gonna make your life easier. |