Source code
Revision control
Copy as Markdown
Other Tools
function a(b, c) {
b.formatToParts(c)
}
d = ["", "B"];
b = new Intl.ListFormat;
a(b, d);
function a(b, c) {
b.formatToParts(c)
}
d = ["", "B"];
b = new Intl.ListFormat;
a(b, d);