Jason
Results
1
comments of
Jason
```js Array.from(new Set(arr.toString().split(',').map(Number))).sort((a, b) => (a-b)) ```