Articles tagged: Symbol
Found 19 documents
- Web/JavaScript/Reference/Global_Objects/Symbol A symbol is a unique and immutable data type. It may be used as an identifier for object ...
- Web/JavaScript/Reference/Global_Objects/Symbol/@@toPrimitive The [@@toPrimitive]() method converts a Symbol object to a primitive value.
- Web/JavaScript/Reference/Global_Objects/Symbol/for The Symbol.for(key) method searches for existing symbols in a runtime-wide symbol registry with ...
- Web/JavaScript/Reference/Global_Objects/Symbol/hasInstance The Symbol.hasInstance well-known symbol is used to determine if a constructor object recognizes ...
- Web/JavaScript/Reference/Global_Objects/Symbol/isConcatSpreadable The Symbol.isConcatSpreadable well-known symbol is used to configure if an object should be ...
- Web/JavaScript/Reference/Global_Objects/Symbol/iterator The Symbol.iterator well-known symbol specifies the default iterator for an object. Used by ...
- Web/JavaScript/Reference/Global_Objects/Symbol/keyFor The Symbol.keyFor(sym) method retrieves a shared symbol key from the global symbol registry for ...
- Web/JavaScript/Reference/Global_Objects/Symbol/match The Symbol.match well-known symbol specifies the matching of a regular expression against a ...
- Web/JavaScript/Reference/Global_Objects/Symbol/prototype The Symbol.prototype property represents the prototype for the Symbol constructor.
- Web/JavaScript/Reference/Global_Objects/Symbol/replace The Symbol.replace well-known symbol specifies the method that replaces matched substrings of a ...
- Web/JavaScript/Reference/Global_Objects/Symbol/search The Symbol.search well-known symbol specifies the method that returns the index within a string ...
- Web/JavaScript/Reference/Global_Objects/Symbol/species The Symbol.species well-known symbol specifies a function valued property that is the ...
- Web/JavaScript/Reference/Global_Objects/Symbol/split The Symbol.split well-known symbol specifies the method that splits a string at the indices that ...
- Web/JavaScript/Reference/Global_Objects/Symbol/toPrimitive The Symbol.toPrimitive is a symbol that specifies a function valued property that is called to ...
- Web/JavaScript/Reference/Global_Objects/Symbol/toSource The toSource() method returns a string representing the source code of the object.
- Web/JavaScript/Reference/Global_Objects/Symbol/toString The toString() method returns a string representing the specified Symbol object.
- Web/JavaScript/Reference/Global_Objects/Symbol/toStringTag The Symbol.toStringTag well-known symbol is a string valued property that is used in the ...
- Web/JavaScript/Reference/Global_Objects/Symbol/unscopables The Symbol.unscopables well-known symbol is used to specify an object value of whose own and ...
- Web/JavaScript/Reference/Global_Objects/Symbol/valueOf The valueOf() method returns the primitive value of a Symbol object.