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