javascript lower stirng code example Example: javascript lowercase string var str = "ExaMple"; var res = str.toLowerCase(); output res -> "example"