PRD for IR2.3_HW_2 - Sharu2003-27/IR GitHub Wiki
PRD for IR2.3_HW_2
- Used given an array of objects.
- Used App.jsx file and created components.
- Inside components used props.
- Passed the data objects as props inside export default function().
- Used split(), length method to count words.
- Filtered the data based on given condition using filter() method.
- Used reduce() method to calculate given calculations.
- Called components in export default function().