const s = "hello world!"; console.log( s.charAt(0).toUpperCase() + s.slice(1) ); // Hello world!
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT