function tolowercase() native code code example Example: tolowercase javascript var str = "Hello World!"; var res = str.toLowerCase();