PRD for ES1_HW_4 - Sharu2003-27/PRD.ES-and-FP GitHub Wiki
PRD for ES1_HW_4
** Question 1 **
- Defined given Object.
- Consoled the given property.
- Changed the 'brand' property to "Honda".
- Consoled the updated object.
- Added two more properties and consoled it.
** Question 2 **
- Defined given Object with three properties.
- Changed the 'age' property to "68".
- Added 2 to age.
- Consoled the updated object.
- Added two more properties and consoled it.
** Question 3 **
- Created Object with two properties.
- Added new property.
- Checked whether a person is fit to travel or not and consoled it.