ucfirst Uppercase the first character of a string const ucfirst = require('ucfirst'); ucfirst('hello'); // 'Hello' License MIT