We're a place where coders share, stay up-to-date and grow their careers.
TLDR: They're used because they are unique. That's it.
Imagine them like any other string except you can guarantee it's unique.
(Also when used as object keys they're enumerable which is nice)
Ohh! now I get it. 😀
Symbol.for() means Symbols are truly not unique.
Combined with the Symbol iterator Object.getOwnPropertySymbols object Symbols can be exposed
Symbol
Symbols
TLDR: They're used because they are unique. That's it.
Imagine them like any other string except you can guarantee it's unique.
(Also when used as object keys they're enumerable which is nice)
Ohh! now I get it. 😀
Symbol.for() means Symbols are truly not unique.
Combined with the
Symbol
iterator Object.getOwnPropertySymbols objectSymbols
can be exposed