Map.prototype[@@toStringTag]
Die Map[@@toStringTag]
Eigenschaft hat den initialen Wert "Map"
.
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
Eigenschaftsattribute von Map.prototype[@@toStringTag] |
|
---|---|
Schreibbar | nein |
AufzÀhlbar | nein |
Konfigurierbar | ja |
Syntax
Map[Symbol.toStringTag]
Beispiele
Object.prototype.toString.call(new Map()) // "[object Map]"
Spezifikationen
Spezifikation | Status | Kommentar |
---|---|---|
ECMAScript 2015 (6th Edition, ECMA-262) Die Definition von 'Map.prototype[@@toStringTag]' in dieser Spezifikation. |
Standard | Initiale Definition. |
ECMAScript (ECMA-262) Die Definition von 'Map.prototype[@@toStringTag]' in dieser Spezifikation. |
Lebender Standard |
BrowserkompatibilitÀt
BCD tables only load in the browser