Implement `getCity(user)` returning `user.address.city` using optional chaining, or the string `Unknown` when any part is missing.
Run your code to see results.