Creates a string with all Unicode letters from the original string mapped to their lower case.
var str = "Hello World!"; console.log(str.toLowerCase());