create unique signature of array in javascript code example Example: array with unique values javascript let uniqueItems = [...new Set(items)]