← Back to context

Comment by coolThingsFirst

5 months ago

const estimateFuel = (distanceInKms, litersPerKm) => distanceInKms * litersPerKm;