Q1.
Create an object representing a car that stores the following properties for the car:
- I. name II. model III. color
- Print the car’s name
Q2.
Create an object named person with their name, age and country.
- Change their country’s original value to
Iceland - Add a new property gender and set it to
Male