File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ Today you'll build a mortgage rate calculator that runs in the console. As you l
2121
2222The formula for a monthly mortgage payment is as follows:
2323
24+ ![ calculation] ( https://tk-assets.lambdaschool.com/b515edce-5acc-46b9-8194-8d407469771f_ScreenShot2020-04-07at3.29.59PM.png )
25+
26+ Or, in plain text:
2427```
2528M = P [ I ( 1 + I )^N ] / [ ( 1 + I )^N – 1 ]
2629```
@@ -75,4 +78,4 @@ Follow these steps for completing your project.
7578
7679👀 [ Mortgage Calculator Web App for Inspiration] ( https://www.bankrate.com/calculators/mortgages/mortgage-calculator.aspx )
7780
78- 🤟 [ window.prompt for Stretch Goals] ( https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt )
81+ 🤟 [ window.prompt for Stretch Goals] ( https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt )
You can’t perform that action at this time.
0 commit comments