JSFiddle - React, Tailwind, and code Playground

by Trần Ngọc Minh

JavaScript

var str = "HELLO WORLD";
var res = str.charAt(0); // res = H
alert(res);