JSFiddle - React, Tailwind, and code Playground

by Jessie Lau

JavaScript

var str = "hello the world";
var res = str.charAt(3)
console.log(res);