We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0245f commit d155fbfCopy full SHA for d155fbf
yulrang/02_Stack/05_KaKao_game.js
@@ -18,8 +18,6 @@ function solution(board, moves) {
18
board[j][moves[i]-1] = 0;
19
runBasket();
20
break;
21
- } else {
22
- continue;
23
}
24
25
0 commit comments