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