PRD for ES1_HW_4 - Sharu2003-27/PRD.ES-and-FP GitHub Wiki

PRD for ES1_HW_4

** Question 1 **

  1. Defined given Object.
  2. Consoled the given property.
  3. Changed the 'brand' property to "Honda".
  4. Consoled the updated object.
  5. Added two more properties and consoled it.

** Question 2 **

  1. Defined given Object with three properties.
  2. Changed the 'age' property to "68".
  3. Added 2 to age.
  4. Consoled the updated object.
  5. Added two more properties and consoled it.

** Question 3 **

  1. Created Object with two properties.
  2. Added new property.
  3. Checked whether a person is fit to travel or not and consoled it.