Symbol
A Symbol
is a primitive type found in programming languages that are used for specifying a specific resource, due to the fact that an instance of Symbol
is guaranteed to be unique.
You can think of a symbol as a lightweight immutable string constant.
Backlinks