Skip to main content
✏️ Code CompletionPH PHP Easy+10 XP

Array Push

Complete to add an element to an array.

✏️ Fill in the blank
$fruits = ["apple", "banana"];
___($fruits, "cherry");

✏️ Type the missing code: