FlashcardAdvanced
Type Compatibility and Assignability
Assignability decides whether one type's values can be used where another is expected.
Question
When is one type assignable to another in TypeScript?
Click to reveal answer
Assignability decides whether one type's values can be used where another is expected.
When is one type assignable to another in TypeScript?