class Duck {
hasFeathers(): boolean {
return true
}
hasOrangeFeet(): boolean {
return true
}
}
view raw index.tsx hosted with ❤ by GitHub