const formattedNumber = num => { return num.toLocaleString('en-US', { minimumIntegerDigits: 3, useGrouping: false }) }