Inställningar

Kodtema

Tema för kodblock: OceanicNext/Github

Tema

Tema för sida

Visa eller dölj stöd för webbläsare

Change the color of the accent (default: purple)

Språk för sidan. Bekräfta språk för att ladda om sidan med valda språk.

Bekräfta språk

Intl.ListFormat

Webbläsarstöd

Fullt stöd

Tillgänglig i Chrome från version 72 Chrome
Tillgänglig i Edge från version 79 Edge
Tillgänglig i Firefox från version 78 Firefox
Tillgänglig i Opera från version 60 Opera
Tillgänglig i Safari från version 14.1 Safari
Tillgänglig i Chrome Android från version 72 Chrome Android
Tillgänglig i Firefox for Android från version 79 Firefox for Android
Tillgänglig i Opera Android från version 51 Opera Android
Tillgänglig i Safari on iOS från version 14.5 Safari on iOS
Tillgänglig i Samsung Internet från version 11.0 Samsung Internet
Tillgänglig i WebView Android från version 72 WebView Android
Tillgänglig i Deno från version 1.8 Deno
Tillgänglig i Node.js från version 12.0.0 Node.js

Indata


Alternativ användning

Intl.ListFormat kan också användas från Array.prototype.toLocaleString()
["Miso", "Sesam", "Mami"]
.toLocaleString(undefined)
Miso, Sesam, and Mami

Utdata


type

{
type: "conjunction"
}
Miso, Sesam, and Mami
{
type: "disjunction"
}
Miso, Sesam, or Mami
{
type: "unit"
}
Miso, Sesam, Mami

style

{
style: "long"
}
Miso, Sesam, and Mami
{
style: "short"
}
Miso, Sesam, & Mami
{
style: "narrow"
}
Miso, Sesam, Mami

localeMatcher

{
localeMatcher: "best fit"
}
Miso, Sesam, and Mami
{
localeMatcher: "lookup"
}
Miso, Sesam, and Mami

conjunction + style

{
type: "conjunction",
style: "long"
}
Miso, Sesam, and Mami
{
type: "conjunction",
style: "short"
}
Miso, Sesam, & Mami
{
type: "conjunction",
style: "narrow"
}
Miso, Sesam, Mami

disjunction + style

{
type: "disjunction",
style: "long"
}
Miso, Sesam, or Mami
{
type: "disjunction",
style: "short"
}
Miso, Sesam, or Mami
{
type: "disjunction",
style: "narrow"
}
Miso, Sesam, or Mami

unit + style

{
type: "unit",
style: "long"
}
Miso, Sesam, Mami
{
type: "unit",
style: "short"
}
Miso, Sesam, Mami
{
type: "unit",
style: "narrow"
}
Miso Sesam Mami