PRD for FP2.3_HW_2 - Sharu2003-27/PRD.ES-and-FP GitHub Wiki

PRD for FP2.3_HW_2

  • Created script.js file.
  • Created HTML part in index.html file.
  • Used given an array of objects.
  • Created checkbox for selecting option based on given condition.
  • Used function to get output.
  • Used map() and filter() methods inside function.
  • Added event listener to select options.
  • Used literal template.
  • Used innerHTML to display data on DOM.