symbol
A Symbol is a unique and immutable primitive value and may be used as the key of an Object property (see below). In some programming languages, Symbols are called "atoms".
References
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#symbol_type
- https://hacks.mozilla.org/2015/06/es6-in-depth-symbols/
Backlinks