Menu
×
×
Correct!
Exercise:Extend the myInterface interface from last exercise, and add a property myExtProp as a number:
interface myExtInterface extends myInterface {
myExtProp: number
}
Not CorrectClick here to try again. Correct!Next ❯myExtInterface { : } |