0
Please, can anyone help me with trip planer task in JavaScript?
My result is var x = 150 / 40; var y = x * 60; console.log(y); and it says that is incorrect.
4 Respuestas
+ 4
Milan Lemaić
distance is input thus simple oneline formula
seconds=distance/40*60;
+ 1
What is the lesson number?
0
Basic Concepts/13
I hope this will help, thank you!
0
Solved, thank you!