JSFiddle - React, Tailwind, and code Playground by Jessie Lau March 12, 2015 JavaScript var str = "hello the world"; var res = str.charAt(3) console.log(res);