scrimba
RECORDING: Learn Typescript Part 1
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

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