Question 1/50
What is the purpose of generics in TypeScript?
# Generic Functions Generics provide a way to create flexible, reusable components while maintaining type safety. \`\`\`