scrimba
Introduction to TypeScript
TypeScript: Parameters
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
TypeScript: Parameters
Expand for more info
index.ts
run
preview
console
import { Person } from './person.model';

function add() {

}

function sayHello() {

}
Console
index.html
-2:22