Typescript#

Compiler options are specified in tsconfig.json

  • let = block scope variable (in opposite to var)
  • const = same as let, not changeable but better performance