Deep within Alakazam's warehouse, you've been tasked with localizing paperwork for packages bound to customers all over the world. You'll make use of JavaScript's internationalization API, Intl
to format dates, times, currencies, and other text for a wide variety of languages and locales.
Learning Objectives
Learn the basics of Intl
, JavaScript's internationalization API, including RelativeTimeFormat
, NumberFormat
, DateTimeFormat
, ListFormat
, and DisplayNames
.
Prerequisites
Understanding of JavaScript fundamentals including objects, constructors, methods, and arguments.