You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Step 2, I don't understand where mortgage gets defined. Following the directions and copy/pasting the code exactly as is produces the following error in console:
Cannot read property 'toFixed' of undefined
It's on line 23 of main.bundle.js, which makes sense because we haven't defined mortgage yet.
What am I missing here?
The text was updated successfully, but these errors were encountered:
On Step 2, I don't understand where mortgage gets defined. Following the directions and copy/pasting the code exactly as is produces the following error in console:
Cannot read property 'toFixed' of undefined
It's on line 23 of main.bundle.js, which makes sense because we haven't defined mortgage yet.
What am I missing here?
The text was updated successfully, but these errors were encountered: