Question 1 out of 3
Which of the following is a feature of TypeScript?
Type inference
TypeScript uses type inference to infer the types of variables based on their usage.
Added to