PRD for FP2.4_HW_2 - Sharu2003-27/PRD.ES-and-FP GitHub Wiki
PRD for FP2.4_HW_2
- Created script.js file and return script part in 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 and initial value.
- Added eventListener to radio button to change options.
- Used innerHTML and displayed data on DOM.