Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion classes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ <h2 id="part-1-using-a-class">Part 1: Using a Class</h2>
});
</code></pre></li>

<li><p>Add the following code to <code>index.html</code> below the 'Monthly Rate' heading:</p>

<pre><code>
&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>

<pre><code class="language-bash">npm run webpack
Expand Down Expand Up @@ -357,4 +363,4 @@ <h2 id="additional-resources">Additional Resources</h2>
<script src="http://ccoenraets.github.io/es6-tutorial/prism/prism.js"></script>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions promises/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h2 id="part-1-use-a-promise">Part 1: Use a Promise</h2>
<li><p>Open <code>webpack.config.js</code> in your code editor. In <code>module.exports</code>, modify the entry and output items as follows:</p>

<pre><code class="language-javascript">entry: {
app: './js/main.js',
main: './js/main.js',
ratefinder: './js/ratefinder.js'
},
output: {
Expand Down Expand Up @@ -330,4 +330,4 @@ <h2 id="additional-resources">Additional Resources</h2>
<script src="http://ccoenraets.github.io/es6-tutorial/prism/prism.js"></script>

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