j
Size: a a a
j
r
M
j
M
Δ
r
IS
mm
M
IS
for (var j = 0; j < word.length; j++){
if (word [j] === guess) {
if (answerArray[j] === "_") {
remainingLetter--;
}
answerArray[j] = guess;
}
}
M
IS
j
M
M
IS
IS
M
IS