Lecseréli a String példány összes karakterét kisbetűre.
toLowerCase()
const sentence = 'The quick brown fox jumps over the lazy dog.' console.log(sentence.toLowerCase()) // Expected output: "the quick brown fox jumps over the lazy dog."