number values when converted to string use the scientific notation when greater than 10**21 (at least on my Chrome).
Is there an option in the Intl.FormatNumber API to also switch automatically?
Or is 10**21 defined in the spec and I can use this value as a condition for the notation property?