how to use .touppercase in a console.log code example Example: uppercase javascript var str = "Hello World!"; var res = str.toUpperCase();