What is "§6.1.5 the Symbol type" in ECMAScript specs?

50 Views Asked by At

I was reading the specs and couldn't understand:

The Symbol type is the set of all non-String values that may be used as the key of an Object property (6.1.7).

Each possible Symbol value is unique and immutable.

Each Symbol value immutably holds an associated value called [[Description]] that is either undefined or a String value.

6.1.5.1 Well-Known Symbols

0

There are 0 best solutions below