Symbol : Object
Symbols are an alternate to using Strings as the keys for properties. Symbols allow hiding properties on Objects since you can only access the values if you have the same instance of the Symbol. You access a property with a Symbol key using object[symbol].
Copyright © JavaScripture Contributors