Skip to main content
✏️ Code CompletionC# C# / .NET Medium+20 XP

Null Conditional Operator

Complete to safely access a property.

✏️ Fill in the blank
string name = user___Name;

✏️ Type the missing code: