+ 3
how can I make when a button is pressed it changes position
Please help https://code.sololearn.com/WV713KDkhFou/?ref=app
31 ответ
+ 3
Es porque tiene también que cambiar las innerWidth y innerHeight con las letras mayúsculas.
Sin este, registrá la width y height con una valor indefinida, y la opération Math.random() entonces le retorno un valor de NaN, pues cuando toca el "no", no hay valores que utilizar
+ 5
Thanks Emmanuel.z
+ 4
Thanks
+ 4
No, 🌞, sonreí
No le hace con código, quiero decir que su button quizás va a ser a fuera de la original vista y entonces debe utilizar las barres de navigations al lado y bajo para verlo.Disculpe si no utilizo las palabras correctas.
Pero ha olvidado las letras mayúsculas en su corrección, sobre window.innerWidth y window.innerHeight.
Valor👍🏻,vas a llegar.
+ 4
No
+ 3
Bryan Gustavo Vargas hi,
You have few typos in your js.
The console messages could have point you towards them.
Look closely at how you spell the word "random", once corrected, you'll have another error an you should be able to solve it (hint: it's about camelCase).
+ 3
So??
+ 3
Did you figure out for the second one ?
+ 3
Doesn't it tell me that the get is wrong?
+ 3
You help me??
+ 3
Sorry I don't understand the "get" reference.
In the console, you'll see an error , it gives you the line number and the message refeer to the code.
It could be many reasons, but in your case it is about camelCase notation.
+ 3
You get it ?
getElementById in camelCase...
+ 3
I do not understand?
+ 3
Do you speak Spanish?
+ 3
Si, in poco.
En su código en la línea 12, no reconoce la función getElementByid porque tienes que respectar la sensibilidad al notation.
Debes escribir getElementById, con un "i" Major/capital.
+ 3
Si ya estoy en eso nada más que no se mueve.
+ 2
Cuando está bloquea como este, puedes poner algunas console.log() en su código para entiender lo que se pasa.
Por ejemplo, detrás de su línea:
width= window.innerwidth;
console.log(width); // undefined
Así puede ver que hay una cosa que no es correcto,pues espera una número y no undefined....