scrimba
Understanding Typescript In Depth
Typescript Section-2 Object & object in Typescript #13
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

Typescript Section-2 Object & object in Typescript #13
AboutCommentsNotes
Typescript Section-2 Object & object in Typescript #13
Expand for more info
index.ts
run
preview
console
let x : Object = 'c';

let y : object = 'c';
Console
"Hello from JavaScript"
,
index.html
-4:02