New in @v8js v7.2 and Chrome 72: Intl.ListFormat
Efficiently format lists with “and” or “or” using the correct punctuation in any language!
https://developers.google.com/web/updates/2018/12/intl-listformat …pic.twitter.com/ZFtjcXQZ92
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
Not a typo. This is how it behaves. The locale data is maintained by Unicode CLDR and it includes the Oxford comma for English. There is an open request to expose multiple styles in the data, which Intl.ListFormat could then use: https://unicode.org/cldr/trac/ticket/11648 …