What is Typescript? It is a superset of Javascript with type information. You can define interfaces and types, such as string, boolean. Why would you want to use Typescript? As (…) Read more