어려움 (1) 썸네일형 리스트형 [Udemy - 100일 코딩 챌린지] 2/22 개발공부일지(변수, 상수, className, classList) variabel vs Constants const productNameInputElement = document.getElementById('product-name'); const remainingCharsElement = document.getElementById('remaining-chars'); // console.dir(productNameInputElement); const maxAllowedChars = productNameInputElement.maxLength; function updateRemainingCharacters(event) { const enteredText = event.target.value; const enteredTextLength = enteredText.length;.. 이전 1 다음