JSFiddle - React, Tailwind, and code Playground

by Trần Ngọc Minh

JavaScript

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

alert(res);