mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 19:42:51 +01:00
feat: add Set JavaScript content (#1859)
This commit is contained in:
parent
db83c06abb
commit
1d916e06f5
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user