TIL. 51 가끔 헷갈리는 문법들

조윤식·2022년 9월 5일
0

for (let i = 0; i < 3; i++) {
console.log(i); // 출력: 0 1 2
}
console.log(i); // 출력: 3

profile
Slow and steady wins the race

0개의 댓글