let message: string = "Hello World!"; message = 404; // Error: Type 'number' is not assignable to type 'string'.