TypeScript Grammar - Part 2
Finding errors earlier and more easily is one of the advantages of TypeScript [http://www.typescriptlang.org/]. You can use optionally static typed (optionally) variables, functions, objects to help detect possible mismatches in your code right in your editor. Simply add the appropriate type or defi