Subject: PHP

Remove Null Values

Write a PHP function to remove all null values from an array.

Example:
Input: [1, null, 2, null, 3]
Output: [1, 2, 3]

Select file or drag and drop

PNG, JPG, SVG

Preview