JavaScript Assignment
Last weeks assignment was to create a JavaScript 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.
Develop a program that performs the same thing, but instead use a multi-dimensional array.
Implement the 7 array methods covered in your textbook.
join
slice
shift
unshift
pop
concat
sort
Attached is last weeks assignment and notes from the professor.
Attachment:- w3_0.zip