PRD for FP2.4_HW_1 - Sharu2003-27/PRD.ES-and-FP GitHub Wiki

PRD for FP2.4_HW_1

  • Created script.js file.
  • Created radio button list and HTML part in index.html file.
  • Used given an array of objects.
  • Created function to rendered data.
  • Inside function used map() and filter() methods to select option.
  • Called function.
  • Added eventListener to radio button to change options.
  • Used innerHTML and displayed data on DOM.