What is the ‘unknown’ type in TypeScript and how does it differ from ‘any’? TypeScript AssociateMedium Try Now
What does ‘T extends string’ mean in a TypeScript generic constraint? TypeScript AssociateMedium Try Now
What does the TypeScript ‘?’ symbol mean when used in an interface property like ‘name?: string’? TypeScript AssociateMedium Try Now
What does the ‘readonly’ modifier do on a TypeScript interface property? TypeScript AssociateMedium Try Now
What is the difference between ‘interface’ and ‘type’ in TypeScript? TypeScript AssociateMedium Try Now
Which TypeScript utility type picks a subset of properties from a type? TypeScript AssociateEasy Try Now