mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-03 06:12:53 +02:00
feat: add Set JavaScript content (#1859)
This commit is contained in:
@@ -1 +1,8 @@
|
|||||||
# Set
|
# Set
|
||||||
|
|
||||||
|
The `Set` object lets you store unique values of any type, whether [primitive](https://developer.mozilla.org/en-US/docs/Glossary/Primitive) values or object references. A value in the `Set` may only occur once; it is unique in the `Set`'s collection.
|
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
|
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set'>Set - JavaScript</BadgeLink>
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://exploringjs.com/impatient-js/ch_sets.html'>Set - ExploringJS</BadgeLink>
|
||||||
|
Reference in New Issue
Block a user