let list = ['1','qq','bb','hh','qq']
const set = new Set(list)
list = [...set]