🔥 Use Intl.PluralRules() to easily find the ordinal for numbers - 1st, 2nd, 3rd, 4th...
🔥 When working with an API, I often need to chunk up a list of users and send them in batches. Array.from() is a great way to chunk up arrays because of the secondary argument being a map function.
🔥 Use Intl.DateTimeFormat() to create nicely formatted date and time strings