Menu
×
×
Correct!
Exercise:Extend the myInterface interface from last exercise, and add a property myExtProp as a number:
@(9) myExtInterface @(7) @(11) {
@(9): @(6)
}
interface myExtInterface extends myInterface {
myExtProp: number
}
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 30 exercises.
Are you sure you want to continue?