var num = 0;for (var i=1; i < 10; i++){if (i % 5 == 0){ break; } num++;}alert(num);
몇번 돌았을까
num은 4 아니냐
6?
num은 4 아니냐
6?