30
JavaScriptで文字列の最初の文字を大文字にする方法を教えてください。
文字列の最初の文字を大文字にして、他の文字の大文字と小文字を変更しない方法を教えてください。 例えば: "this is a test" -> "This is a test" "the Eiffel Tower" -> "The Eiffel Tower" "/index.html" -> "/index.html"
3762
javascript
string
letter
capitalize