Add CoffeeScript and TypeScript

This commit is contained in:
Angelos Chalaris
2018-09-01 13:20:32 +03:00
parent a8b35da06f
commit 014e29d0e3
2 changed files with 7 additions and 0 deletions

4
glossary/TypeScript.md Normal file
View File

@ -0,0 +1,4 @@
### TypeScript
TypeScript is a superset of JavaScript, adding static typing to the language.
TypeScript compiles to plain JavaScript.