2 posts tagged with "set"

    why sets are always unique: hashing

    2022-11-28

     | 

    ~2 min read

     | 

    286 words

    I was doing a little reading on Sets this morning and had a bit of an ‘a ha’ moment about why Sets are always unique. Let’s say we have an…

    stringifying sets

    2022-11-28

     | 

    ~1 min read

     | 

    91 words

    In Javascript, Sets are Objects with a few special attributes. Notably, they’re iterable collections of unique elements. One of the…

Return to all tags