TypeScript (TS)

Published on September 23, 2022

1min to read

TypeScript what ?

TypeScript lang TS a superset of JavaScript (JS) developed by MicroSoft (MS) to help one write strongly typed JS. Comes with tooling intellisense and real time debugging helping to catch errors in yr editor, static before runtime, typechecked runs anywhere like JavaScript runs: In a browser, on Node.js or Deno JS assigns types.

TS learn ?

In a word yes. Learning typescript reminds me of C# or Java, arguably both languages verbose and in my opinion a nightmare to teach. TS initially I did not like however I had to learn it as I was getting a lot of company tech tet in TypeScript.

Types v Interfaces

TypeScript sup ?

TypeScript 4.8 is now available