Problem:
Question- Create a program that stores information about vehicles in an object.
The properties to be stored should include Make, Model, Year, and Color.
Write code that will display these properties using a single alert statement.
Please show your code and explain it.