create a unique array javascript code example Example: how to make array uniq let uniqueArray = [...new Set([5,5,2,2,2,4,2])];