还有谁挑战
 
 
 
 
 

147 B

capitalize

// usage
chance.capitalize(string)

Capitalize the first letter of a word

chance.capitalize('bread')
=> 'Bread'