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