JSFiddle - React, Tailwind, and code Playground

by ClarenceDowns

JavaScript

var str = "Hello World";
var res = str.charAt(str.length - 1);
console.log(res);