JAVASCRIPT INPUT STRING CHANGE TO LOWER CASE code example Example: js to lowercase var str = "Hello World!"; var res = str.toLowerCase();