var str = "Apples are round, and Apples are Juicy."; console.log(str.toUpperCase());
const uppercaseString: Uppercase<string> = "HELLO WORLD";