-
Wait, did really no one at @TC39 think about the Oxford comma? en.wikipedia.org/wiki/Serial_comma 🧐 let lf = new ListFormat("en"); lf.format(["Alice", "Bob"]); // > "Alice and Bob" lf.format(["Alice", "Bob", "Charlie"]); // > "Alice, Bob👉,👈 and Charlie" x.com/intenttoship/status/1060340103590146050
-
Ah, turns out @medleyj64119 did: github.com/tc39/proposal-intl-list-format/issues/31. (CC: @dotproto)