In the file solution.js, console.log must take the calculated distance as an argument
what is the console.log format used?
what do you mean by console.log format?
salton
import {rideSpeed,rideTime} from "./constants.js";
let distance=(rideSpeedrideTime); // d = st, distance equals speed times time
console.log(distance);