0
Why doesnt it work [SOLVED]
I made a game who mandate the player to match tile by tile and once it is done, the tile will splice to their match. But it seems that it isnt working. How can i solve that? https://code.sololearn.com/W0Gy13I8qWf7/?ref=app
2 ответов
+ 1
don't you need semicolons at the end of the code line?
Like:
var x = j * size;
var y = i * size;
var w = size;
var h = size;
0
It isnt a mandatory of placing semicolons in the end in js