.capitalize string:{String} -> String
Capitalizes the first character of a string. Example: hello, world! ->Hello, world!
hello, world!
Hello, world!
a new string with the first character capitalized
string to capitalize