Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 290 Bytes

File metadata and controls

1 lines (1 loc) · 290 Bytes

Write a Javascript function called Vehicle that has variables [Make and Model] in it. Then write another function called Car that calls Vehicle function and also add two more variables [Body and Trim]. Once that is done you can call Car function and see that it inherits from Vehicle.