-
Notifications
You must be signed in to change notification settings - Fork 255
Open
Description
This is not an issue with the repository itself, but with the copy & paste code in the tutorial.
In the Using Classes section in step 4. Modify the calcBtn click event handler as follows:
The line document.getElementById("amortization").innerHTML = html; is referencing an element that is nonexistent.
Uncaught TypeError: Cannot set property 'innerHTML' of null
Adding a table#amortization element after the Monthly Rate header will fix it.
<h3>Monthly Rate: <span id="monthlyRate"></span></h3>
<table id="amortization"></table>Metadata
Metadata
Assignees
Labels
No labels