Skip to main content
✏️ Code CompletionPH PHP Medium+20 XP

Null Coalescing

Complete the null coalescing operator.

✏️ Fill in the blank
$name = $_GET["name"] ___ "Guest";

✏️ Type the missing code: