+ 1
What is solution of 1st project in Java script?
var computers= window.prompt(); var p= (computers/40)*60; document.write(p); Is it correct?
3 Antworten
+ 4
Sourya Banerjee In all code coach solutions you have to print the result in console, so in all code coaches you will have to use console.log.
+ 3
Which one?
Lesson number..
+ 3
Trip Planner Project ???
as per your question I'm guessing.
just write
console.log( ( distance/40) * 60 )