Intl[@@toStringTag]

The Intl[@@toStringTag] property has an initial value of "Intl".

Property attributes of Intl[@@toStringTag]
Writable no
Enumerable no
Configurable yes

Syntax

Intl[Symbol.toStringTag]

Examples

Using toStringTag

Object.prototype.toString.call(Intl) // "[object Intl]"
Intl.toString() // "[object Intl]"

Specifications

Specification
ECMAScript Internationalization API Specification
# sec-Intl-toStringTag

Browser compatibility

BCD tables only load in the browser

See also