Which of the following correctly defines a tuple type in TypeScript? TypeScript AssociateEasy Try Now
Which TypeScript feature allows you to combine multiple types into one? TypeScript AssociateEasy Try Now
What is the output type of a function declared as `function greet(): string`? TypeScript AssociateEasy Try Now
Which TypeScript type represents the absence of a value returned from a function? TypeScript AssociateEasy Try Now
Which keyword is used to declare a variable with a fixed type in TypeScript? TypeScript AssociateEasy Try Now
What is the correct syntax to annotate a variable `age` as a number in TypeScript? TypeScript AssociateEasy Try Now