Skip to content

Commit edc18c1

Browse files
committed
Question 126
1 parent f781a10 commit edc18c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nl-NL/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4064,7 +4064,7 @@ console.log(getFine(130, 300))
40644064

40654065
#### Antwoord: B
40664066

4067-
With the `Intl.NumberFormat` method, we can format numeric values to any locale. We format the numeric value `130` to the `en-US` locale as a `unit` in `mile-per-hour`, which results in `130 mph`. The numeric value `300` to the `en-US` locale as a `currentcy` in `USD` results in `$300.00`.
4067+
Met de `Intl.NumberFormat` methode kunnen we numerieke waarden formatteren naar elke lokale format. We formatteren de numerieke waarde `130` naar de lokale waarde van `en-US` als een `unit` in `mile-per-hour`, wat resulteert in `130 mph`. De numerieke waarde `300` naar de lokale waarde van `en-US` als een `currency` in `USD`, wat resulteert in `300.00`.
40684068

40694069
</p>
40704070
</details>

0 commit comments

Comments
 (0)