can you use toUpperCase on strings in javascript code example Example: uppercase javascript var str = "Hello World!"; var res = str.toUpperCase();