Answers for "how many ways to make string in uppercase in ts"

1

convert string to uppercase typescript

var str = "Apples are round, and Apples are Juicy."; 
console.log(str.toUpperCase());
Posted by: Guest on August-22-2020

Code answers related to "how many ways to make string in uppercase in ts"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language