JSFiddle - React, Tailwind, and code Playground

by Trần Ngọc Minh

JavaScript

var str = "Hello World!";
var res = str.toLocaleLowerCase();// res = hello world!


alert(res);