const str = "This is a very long string!"; // This will return => "THIS IS A VERY LONG STRING!" console.log(str.toUpperCase());