Implement `moveZeros(arr)` returning a new array with all non-zero values in their original order followed by all the zeros.
Run your code to see results.