Errors
[ Errors / JS ] Runtime Error 모음
OnnJE
2022. 12. 29. 15:14
반응형
str.match(arg).length
찾는게 없을 시 match는 null을 반환며 null.length 로 인해 런타임 에러 발생
반응형