Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TypeScript allows for compile-time checking of types, identifiers etc. even while typing code in your editor.

TypeScript also allows for intellisense on class methods and properties together with JSDoc.

...