Language GuideBuilt-in TypesStringMethodstoupperOn this pagetoupperConverts the string to uppercase. "hello".toupper(); //"HELLO" Syntax toupper() Returns The string in uppercase.