can any one tell me how to solve it's last step.
Mr_rohit the distance is a product of time and speed.
If your variables are called time and speed, then that's what the console.log would look like:
time
speed
console.log(time * speed);
Note the actual variable names in the task.
Coderslang_Master Thank you master