Beginner TypeScript
Q5 / 100

Which type represents a value that can be any type and disables type checking?

Correct! Well done.

Incorrect.

The correct answer is C) any

C

Correct Answer

any

Explanation

The "any" type opts out of type checking, allowing a value to be of any type without errors.

Progress
5/100