The Essential Guide to Javascript Sets
In a previous article, I covered Javascript Maps - a data type very similar to objects, but with some key differences. Javascript has other data types too, and one you may not know much about is Set. A Set in Javascript is a unique list of values, si...
fjolt.hashnode.dev5 min read