Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 592 Bytes

Assessment.md

File metadata and controls

18 lines (14 loc) · 592 Bytes

Assessment 1

Using whatever web programming language you want, use product.json to do the following:

  1. Group the products by product type and put a header above the group with the type
  2. Ignore the shipping product type
  3. Display the product name and the adjusted price. If the adjusted price is blank or null, use the retail price.
  4. Put a line break tag at the end of each product

Example

<h1>Rate Plan</h1>
Unlimited Talk/Text 2GB plan $19.99<br />
2GB Data Share Plan $19.99<br />

Completion

Email us your source code and an HTML file of your rendered page.