:star:TypeScript is developed by Microsoft and is a superset of JavaScript, meaning it can do everything that JavaScript does and more.
:pencil:TypeScript allows for static typing, which enables features like statement completion and type checking.
:gear:TypeScript also serves as a way to implement future JavaScript features that are not yet fully supported by web browsers.
:books:TypeScript has its own package manager called npm, and you can easily install and use TypeScript by following the setup instructions.
:computer:Compiling TypeScript code to JavaScript allows you to use all the features of TypeScript while still running it on any JavaScript runtime environment.