scrimba
Understanding Typescript In Depth
Typescript Section 2 - Interface & classes #20
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 - Interface & classes #20
AboutCommentsNotes
Typescript Section 2 - Interface & classes #20
Expand for more info
index.ts
run
preview
console
interface X {
sayHi(x:null) :void
}
Console
"Hello from JavaScript"
,
index.html
-5:07