capitalize
Last updated
Converts all the first characters of the words in the passed value to upper case.
string
The value to be capitalized.
String/Text
-
-
Yes
Returns the converted value.
String/Text
N/A
Coming soon.
The user wants to convert all the first letters of the value passed to upper case.
Call the function console. Call the function capitalize inside the value parameter of the console function.
string: i am hungry


Last updated