Loading
Current section: 7. Interfaces 5 exercises
Problem

Extending Interfaces

Loading exercise

Transcript

00:00 Alright. So now we're going to extend interfaces. So just like with types where you have the little ampersand to, do you know, combine different types together to make a single type, you can do a similar thing with interfaces using the extends keyword. So we're going to have you do that in this exercise, and then we'll go through it together when you're done.