- 1
¿Cómo corrijo el bug en este código?
code.sololearn.com/W8Q3OnPdsbJd/#html
2 Respuestas
+ 1
Try putting function ensayo() before function littlecar().
That way you don't get the Uncaught Reference Error and the console prints "suuu".
+ 1
muchas gracias, pero sigue igual :"c