Page tree

Versions Compared

Key

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

...

TypeScript also allows for intellisense on class methods and properties in addition to JSDoc comments.

Lastly, TypeScript can compile down to an older version of JavaScript (like ES5) so you can use modern JavaScript features and still support older browsers like Internet Explorer.

...