Settings

Code Theme

Theme for code blocks: OceanicNext/Github

Theme

Page theme

Toggle to hide or show Browser Details/Support

Change the color of the accent (default: purple)

Disable to stop screen reader from announcing playground output on input change

Language for page. Press Confirm to reload page with selected language

Confirm language

Intl.PluralRules

Input


type

Output


cardinal

{
value: 1,
type: "cardinal"
}
one
{
value: 2,
type: "cardinal"
}
other
{
value: 20,
type: "cardinal"
}
other

localeMatcher

{
value: 1,
type: "cardinal",
localeMatcher: "best fit"
}
one
{
value: 2,
type: "cardinal",
localeMatcher: "lookup"
}
other