Please enable JavaScript.
Coggle requires JavaScript to display documents.
TypeScript (Features (Static Typing, Object Oriented Programming, Cross…
TypeScript
Declaring Variables
(ES6)
let
Single declaration in
functional
scope of code
const
Single declaration in
complete
scope of code
Basic Data Types
boolean
number
string
any
void
Advanced Data Types
enum
array
sting array
tuple
Functions
Defining
Parameter
Types and
Return
Types
Arrow
Functions
Function
Types
Optional
and
Default
Parameters
Rest
Parameter
Interfaces
Duck-Typing
is a rule for checking the type compatibility for more complex variable types.
Features
Static Typing
Object Oriented Programming
Cross Platform
Modules support
Tooling Support
Open Source