ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
TypeScript Fundamentals Quiz
Question 1 of 10
Score: 0/10
What is the main difference between an interface and a type alias in TypeScript?
Type aliases are faster at runtime
Interfaces support declaration merging; types support unions and primitives
There is no difference, they are interchangeable
Interfaces can only have methods, not properties
Check Answer
Previous
Next Topic