var score = 0;
var score; score = 0; var score = 1, score2 = 0; const MAX_LEVEL = 99; const MIN_LEVEL = 1; const는 상수, 값이 바뀌지 않음 var는 변수, 값이 바뀜