I am stuck on this problem asking to remove duplicate values from an array. Here are the instructions:
Write a function called uniq that takes in an array and a callback function. Remove any duplicate values from the array, and invoke the callback with the modified array as an argument.