Konwertuj na małą skrzynkę w JavaScript
let str = "Hello World!";
str.toLowerCase();
Bored Boar
let str = "Hello World!";
str.toLowerCase();