Question: Consider the following TypeScript snippet: When trying to compile this snippet in VS Code or in the TypeScript playground, I get the following error: Type ‘string’ is not assignable to type ‘boolean’ Which I don’t really understand. What’s really ...