Blemo distance is a product of speed and time. This means that you need to multiply the arguments instead of adding them.
console.log(rideSpeed * rideTime);
Thanks SIr , It Worked