diff --git a/classes/index.html b/classes/index.html index a83b9b3e7..c1318ac40 100644 --- a/classes/index.html +++ b/classes/index.html @@ -156,6 +156,12 @@

Part 1: Using a Class

}); +
  • Add the following code to index.html below the 'Monthly Rate' heading:

    + +
    
    +<table id="amortization"></table>
    +
  • +
  • On the command line, type the following command to rebuild the application:

    npm run webpack
    @@ -357,4 +363,4 @@ 

    Additional Resources

    - \ No newline at end of file + diff --git a/promises/index.html b/promises/index.html index 1d204e63a..8972ae1b6 100644 --- a/promises/index.html +++ b/promises/index.html @@ -126,7 +126,7 @@

    Part 1: Use a Promise

  • Open webpack.config.js in your code editor. In module.exports, modify the entry and output items as follows:

    entry: {
    -    app: './js/main.js',
    +    main: './js/main.js',
         ratefinder: './js/ratefinder.js'
     },
     output: {
    @@ -330,4 +330,4 @@ 

    Additional Resources

    - \ No newline at end of file +