how to change whole string to upper case in js code example Example: uppercase javascript var str = "Hello World!"; var res = str.toUpperCase();