capitalize
// usage
randBox.capitalize(string)Capitalize the first letter of a word
randBox.capitalize('bread')
=> 'Bread'Last updated on:
// usage
randBox.capitalize(string)Capitalize the first letter of a word
randBox.capitalize('bread')
=> 'Bread'