Skip to content

Instantly share code, notes, and snippets.

@MaximilianLloyd
Last active October 15, 2016 18:33
Show Gist options
  • Save MaximilianLloyd/a10491245f5813cbb04c495d5847b3d0 to your computer and use it in GitHub Desktop.
Save MaximilianLloyd/a10491245f5813cbb04c495d5847b3d0 to your computer and use it in GitHub Desktop.
function getDeliveryTime(milesTraveled, numDeliveries, gasPrice) {
return (slopes.milesTraveled.travelTime * milesTraveled) + (slopes.numDeliveries.travelTime * numDeliveries) + (slopes.gasPrice.travelTime * gasPrice);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment