Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion classes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ <h2 id="part-1-using-a-class">Part 1: Using a Class</h2>
document.getElementById(&quot;amortization&quot;).innerHTML = html;
});
</code></pre></li>

<li><p>Open <code>index.html</code>. Add the <code>&lt;table&gt;</code> block below to display the <strong>amortization table</strong> right under the <strong>monthly rate</strong>:</p>

<pre><code class="language-html">&lt;table id="amortization"&gt;%lt;/table&gt;</code></pre></li>

<li><p>On the command line, type the following command to rebuild the application:</p>

Expand Down Expand Up @@ -357,4 +361,4 @@ <h2 id="additional-resources">Additional Resources</h2>
<script src="http://ccoenraets.github.io/es6-tutorial/prism/prism.js"></script>

</body>
</html>
</html>