"w", "w", "e", "i", "u", "r"]
const seen = array.filter((s => v => s.has(v) || !s.add(v))(new Set));
console.log(seen);
Confusing
Обсуждают сегодня