Loan Principal |
- {(300_000).toLocaleString('en-US', {
+ {(200_000).toLocaleString('en-US', {
style: 'currency',
currency: 'USD',
})}
|
- {(300_000).toLocaleString('en-US', {
+ {(200_000).toLocaleString('en-US', {
style: 'currency',
currency: 'USD',
})}
|
Monthly Payment |
- {(2_500).toLocaleString('en-US', {
+ {(611.11).toLocaleString('en-US', {
style: 'currency',
currency: 'USD',
})}
|
- {(3_723.12).toLocaleString('en-US', {
+ {(1073.64).toLocaleString('en-US', {
style: 'currency',
currency: 'USD',
})}
@@ -77,13 +70,15 @@ const MortgageVsEkoke = () => (
Total Payment Over Loan Period
|
- {(1_200_000.0).toLocaleString('en-US', {
- style: 'currency',
- currency: 'USD',
- })}
+
+ {(220_000.0).toLocaleString('en-US', {
+ style: 'currency',
+ currency: 'USD',
+ })}
+
|
- {(1_340_323.29).toLocaleString('en-US', {
+ {(386_511.57).toLocaleString('en-US', {
style: 'currency',
currency: 'USD',
})}
|