Knowledge check

Completed

Choose the best response for each of the following questions. Then select Check your answers.

1.

The boolean, number, string, and enum types are examples of which category of subtype of any?

2.

Which of the following types is an example of an object type?

3.

What is the primary difference between the any and unknown types?

4.

What is the name of the feature in TypeScript that tells the compiler I know what I'm doing?

5.

What is a Tuple?