PRD for FP3.3_HW - Sharu2003-27/PRD.ES-and-FP GitHub Wiki

PRD for FP3.3_HW

  • Used given an array of objects.
  • Created HTML part in "index.html" file.
  • Created function, logic, and calculations part in "script.js" file.
  • Created an arrow function and used reduce() method to calculate given calculations.
  • Used createElement to create new elements.
  • Used textContent to display output on DOM.