Long description

Back

The browser window titled Chapter 08 hyphen Project 01 has the address bar that reads 127 dot 0 dot 0 dot 1 colon 5500 forward slash chapter08 hyphen project01 dot h t m l. The browser window consists of a table with 7 rows and 4 columns. The headings of the columns read from left to right as follows: Product, hash, Price, and Amount. The contents of the table read as follows: Row 1, Product column: Portrait of Marteen Soolmans. Hash column: 3. Price column: $ 75.00. Amount column: $ 225.00. Row 2, Product column: View of Houses in Delft. Hash column: 1. Price column: $ 125.00. Amount column: $ 125.00. Row 3, Product column: Woman Reading a Letter. Hash column: 2. Price column: $ 100.00. Amount column: $ 200.00. The rows below consist of 2 columns that are aligned to the right. The contents read as follows: Row 4: Subtotal, $ 550.00. Row 5: Tax, $ 55.00. Row 6: Shipping, $ 0.00. Row 7: Grand Total, $ 605.00.

A function for row 1 is created to output single cart row. Markup is replaced with JavaScript loop using supplied array data for rows 1 to 3. Markup is replaced with calls to functions for rows 4 to 7. Functions are created to calculate the values in the second column of rows 4 to 7.

Back