how to make all letter lowercase in java script code example Example: js to lowercase var str = "Hello World!"; var res = str.toLowerCase();