DEV Community

Discussion on: Learn JavaScript Sets (Simple Yet Powerful Built-In Objects)

Collapse
 
ogzhanolguncu profile image
Oğuzhan Olguncu

Yes, you are right. But, even if we've stored unique values inside populateArray such as alphabet(a-z) it would still have taken more time than Set. Because it still has to iterate it over with O(n) complexity. What I was trying to show is a mere demonstration of execution of speed