to upper case on number in javascript code example Example: to upper javascrit var str = "Hello World!"; var res = str.toUpperCase();