upperCase
Last updated
Converts all characters in a text to uppercase.
string
The value to be converted.
String/Text
-
-
Yes
Returns converted value.
String/Text
N/A
Coming soon.
The user wants to convert all the letters in the string from lower case to upper case.
Call the function console. Call the function upperCase inside the value parameter of the console function.
string: abc


Last updated