0
Why it's not running?
function fun(miles){ Let hour=miles/40; Let min=hour*60; return min; }; Console.log(fun(100))
3 Respostas
+ 1
Hi! explanation - just write the names of the keywords with a small letter
+ 2
its let not Let and console not Console .
+ 1
Thanks