• Example: let id: string | number = "abc123"; Special Types Four types often confuse beginners: 1. any This turns off type checking. It makes your code act like plain JavaScript. Use this as a last ...