Please, can anyone help me with trip planer task in JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

22nd Jan 2023, 3:06 PM
Milan Lemaić
Milan Lemaić - avatar
4 Answers
+ 4
Milan Lemaić distance is input thus simple oneline formula seconds=distance/40*60;
22nd Jan 2023, 3:35 PM
BroFar
BroFar - avatar
+ 1
What is the lesson number?
22nd Jan 2023, 3:08 PM
Justice
Justice - avatar
0
Basic Concepts/13 I hope this will help, thank you!
22nd Jan 2023, 3:12 PM
Milan Lemaić
Milan Lemaić - avatar
0
Solved, thank you!
22nd Jan 2023, 3:56 PM
Milan Lemaić
Milan Lemaić - avatar