Create a constructor function that can create a car object. The constructor should take year, make, model, mileage, and price as parameters. On load of the page, create 5 cars and add them to an array of cars. When the button below is clicked, display each of the cars as list items in the ul element.