Create new list of unique items

Implement function getUnique which accepts 1 argument arr and returns new array containing only unique items of array arr

getUnique(["uno", "tuo", "uno", "tre", "tuo"])