Beginner TypeScript
Q36 / 100

Which TypeScript feature lets you create a new type by extending an existing interface?

Correct! Well done.

Incorrect.

The correct answer is B) extends

B

Correct Answer

extends

Explanation

An interface can use "extends" to inherit members from one or more other interfaces.

Progress
36/100