You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a constructor function for a car, which has make, model, gasTank, and mileage. Write a range method for a car, which will tell how far the car can go based on what's in the tank.
For example, a car with 5 gallons of gas which gets 31 mpg would have a range value of 155.
The text was updated successfully, but these errors were encountered:
Write a constructor function for a car, which has make, model, gasTank, and mileage. Write a
range
method for a car, which will tell how far the car can go based on what's in the tank.For example, a car with 5 gallons of gas which gets 31 mpg would have a range value of 155.
The text was updated successfully, but these errors were encountered: