lowercase and uppercase Js code example Example: how to convert whole strig in lowercase in js var str = "Hello World!"; var res = str.toLowerCase();