🔺SyntaxError: Identifier 'i' has already been declared
let
const
for(초기식 ; 조건식 ; 증감식)
;
:
,
2번 원인으로 에러가 발생했기에, 콤마(,) ⇒ 세미콜론(;)으로 변경했다