Question from the Javascript - Fundamentals test

How to filter unique values ​​from an array in Javascript?

Hard

How to filter unique values ​​from an array?

const array = [1, 1, 2, 3, 6, 6, 3, 1];
Author: RaphaëlStatus: Published(Update)Question passed 56 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!