javascript make a string uppercase code example Example: javascript uppercase string var str = "Hello World!"; var res = str.toUpperCase();