• Courses
  • Tutorials
  • Practice
  • Contests
Switch to Dark Mode

TypeScript | Generics in TypeScript | Question7

Last Updated : Mar 22, 2025
Discuss
Comments

What is the purpose of the Partial<T> built-in generic type in TypeScript?

A

To make all properties of T required.

B

To enforce strict null checking on T.

C

To make all properties of T optional.

D

To exclude properties from T.

Share your thoughts in the comments