scrimba
Learn Typescript
Styling our app
Where to go next?
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

AboutCommentsNotes
Where to go next?
Expand for more info
index.ts
run
preview
console
let example: boolean = true;

console.log('example: ', example);
Console
"example: true "
,
/index.html
-0:53