Typescript

  • Typescript is a language that compiles to JavaScript
  • Includes "type information" in your code
  • When it compiles, it checks that your declared types match your code
  • Lets IDEs provide suggestions for your code

7 / 10