Is there a set (unique-value) container in JS something like std::set in C++?
I need something to put many different values in and at the end obtain a unique list of those values.
Is there a set (unique-value) container in JS something like std::set in C++?
I need something to put many different values in and at the end obtain a unique list of those values.