◆JavaScript
[에러]Assignment to constant variable.
쿠키린
2024. 5. 15. 22:27
Assignment to constant variable.
직역 : 상수값을 변수에 할당했다 뜻
해결
let을 사용하자
(변경할 수 있게)