About

  • It's JavaScript, but with static typing.

  • Because of static typing, this allows autocomplete throughout the code.

  • When writing TypeScript code and compiling it, it is transformed into JavaScript code.

  • It is interpreted by a browser or Node.

  • Tutorial .

    • {9:30 -> 22:54}

      • Setting compilation configs, debugging, and some warning settings.

    • {22:55 -> 1:04:00}

      • Presentation of the language's static typing features.

Problems