+ 13
What is the error and how to correct it?
Why this code is not working properly??! https://code.sololearn.com/W0eTake7Eff0/?ref=app
4 Réponses
+ 8
Rimjhim Singh[inactive] Where is createcanvas function in your Code.
+ 8
AJ #Level 20 End Game/Day Still not working
+ 7
I have specified inner width but still it is not working what to do.
+ 4
Rimjhim Singh[inactive] You didn't defined innerWidth and innerHeight.
Define like this
var w = window.innerWidth;
var h = window.innerHeight;