|
|
|
|
|
by matt_kantor
600 days ago
|
|
I suspect they were talking more about general terminology than TypeScript's specific usage of `unknown` and `any`. "This box contains an unknown item" and "I'll accept any item" both sound natural, while "this box contains any item" and "I'll accept an unknown item" both sound weird (to me, anyway). |
|
It's not the same type at all. I do agree with your example of the usage of those words in spoken English, but I don't think that is what we're going for in a discussion in Sets, Types, and Type Checking