RECORDING: Learn Typescript Part 1
AboutCommentsNotes
RECORDING: Learn Typescript Part 1
Expand for more info
index.ts
run
preview
console
/* 
LEARN TYPESCRIPT PART 1
Primative types
reference types
arrays
tuples
objects
*/

// type number

// type string

// type boolean
Console
"string"
,
1
,
100
,
/index.html
-14:27