`TypeScript is a superset of JavaScript, meaning i...
# random
a
Copy code
TypeScript is a superset of JavaScript, meaning it’s a layer around JS with more methods and that makes you follow a certain way of development that you don’t have to otherwise in vanilla (like having to set the types of your variables).

It does not transcompile to web assembly, it does so to vanilla JS.
🏊‍♂️ 1