Add CoffeeScript and TypeScript
This commit is contained in:
3
glossary/CoffeeScript.md
Normal file
3
glossary/CoffeeScript.md
Normal file
@ -0,0 +1,3 @@
|
||||
### CoffeeScript
|
||||
|
||||
CoffeeScript is a programming language inspired by Ruby, Python and Haskell that transpiles to JavaScript.
|
||||
4
glossary/TypeScript.md
Normal file
4
glossary/TypeScript.md
Normal file
@ -0,0 +1,4 @@
|
||||
### TypeScript
|
||||
|
||||
TypeScript is a superset of JavaScript, adding static typing to the language.
|
||||
TypeScript compiles to plain JavaScript.
|
||||
Reference in New Issue
Block a user