Implement `removeDuplicates(arr)` that returns a new array with duplicate values removed, preserving the original order.
Run your code to see results.