upperCase
Description
Converts all characters in a text to uppercase.
Input / Parameter
Name
Description
Input Type
Default
Options
Required
string
The value to be converted.
String/Text
-
-
Yes
Output
Description
Output Type
Returns converted value.
String/Text
Callback
N/A
Video
Coming soon.
Example
The user wants to convert all the letters in the string from lower case to upper case.
Step
Call the function
console
. Call the functionupperCase
inside thevalue
parameter of theconsole
function. string: abc
Result
Links
Last updated