More details
The toUpperCase() method converts a string to uppercase.
/**
* πͺ Qit.tools
* https://qit.tools
*/
const text = "new-york";
console.log(text.toUpperCase()); // NEW-YORK
Make your statements stand out with our Upper Case Converter π. Ideal for impactful writing and clear communication.
The toUpperCase() method converts a string to uppercase.
/**
* πͺ Qit.tools
* https://qit.tools
*/
const text = "new-york";
console.log(text.toUpperCase()); // NEW-YORK