[JavaScript] 문자열 대소문자 변환

.toUpperCase() : 문자열 대문자로 변환

.toLowerCase() : 문자열 소문자로 변환