Skip to content

Commit

Permalink
Update fifteen_puzzle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirilllive authored Oct 29, 2024
1 parent b61034d commit 71abb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fifteen_puzzle.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function stir_slots(){
}
}
function move_slot(s) {
var z=0,e,a=[],k,j;
let z=0,e,a=[],k,j;
function move(y,x,h,w){
j=m[y][x]
e=document.getElementById("slot"+j);
Expand Down

0 comments on commit 71abb75

Please sign in to comment.