what is setting it to lower case on javascript code example Example: js to lowercase var str = "Hello World!"; var res = str.toLowerCase();