JavaScript를 사용하여 텍스트 대소문자를 대문자로 변환하는 방법을 알아보세요.
문자열을 변환하려면 JavaScript toUpperCase()
를 사용할 수 있습니다. 방법:
let someText = "Here is some text. Let us convert it all to uppercase"
someText.toUpperCase()
console.log(someText.toUpperCase())
// "HERE IS SOME TEXT. LET US CONVERT IT ALL TO UPPERCASE"
toUpperCase()
새를 반환합니다. 문자열, 즉 하지 않습니다. 원래 문자열을 변경(변경)합니다.