any (TypeScript)

`any` is a special type that turns off type checking for a value, letting it be anything and do anything. It is an escape hatch — convenient, but it removes…