mediumJS ES5#106

Ceros al final (move zeros)

Prompt

Move all zeros in an array to the end while preserving the order of other elements. Return a new array; do not mutate the input.

Hints

Solution

Your Code

5 min

Tests

Click Run to test your code