FlashcardBeginner

The 'any' Type

The any type disables type checking, allowing a variable to hold any value.

Question

What does the 'any' type do?

Click to reveal answer