Page tree

Versions Compared

Key

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

TypeScript is a superset of JavaScript which adds optional typing and compiles into to plain JavaScript.

JavaScript code is also valid TypeScript code (although it depends on the compiler settings).

...