May 4, 2019 ES6でのArrayユニーク Categories: javascript typescript こう new Set([1, 2, 3, 1, 2, 3]) またはこう [ ...new Set([1, 2, 3, 1, 2, 3]) ]