Jump to content

TypeScript: Difference between revisions

No edit summary
Line 3: Line 3:


==Syntax==
==Syntax==
Here we focus on the syntax differences between TypeScript and JavaScript.
Here we focus on the syntax differences between TypeScript and JavaScript. See [[JavaScript]] for JS syntax.


===Classes===
===Classes===
Line 43: Line 43:
===Type Guards===
===Type Guards===
[https://www.typescriptlang.org/docs/handbook/advanced-types.html Advanced Types]
[https://www.typescriptlang.org/docs/handbook/advanced-types.html Advanced Types]


==Compilation==
==Compilation==