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