JSFiddle - React, Tailwind, and code Playground by ClarenceDowns May 22, 2019 JavaScript var str = "Hello World"; var res = str.charAt(str.length - 1); console.log(res);