← Code LabReact Native0/50 solved · 0%
Formatting · easy

17. Formatting token balances

Turn raw integer units into a display string.

Write `formatUnits(raw, decimals)` (both numbers) returning `raw / 10^decimals` as a number.
Required in your answer: Math.pow