ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
Advanced TypeScript Quiz
Question 1 of 10
Score: 0/10
What does
Partial<T>
do to a type?
Makes all properties required
Makes all properties optional
Makes all properties readonly
Removes all properties
Check Answer
Previous
Next Topic