JSFiddle - React, Tailwind, and code Playground
JavaScript
var str = "Hello World!";
var res = str.toLocaleUpperCase();// res = HELLO WORLD!
alert(res);
var str = "Hello World!";
var res = str.toLocaleUpperCase();// res = HELLO WORLD!
alert(res);