Tell us what’s happening:
Describe your issue in detail here.
Your code so far
// Setup
const lastName = "Lovelace";
// Only change code below this line
const secondToLastLetterOfLastName = lastName; // Change this line
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Safari/605.1.15
Challenge Information:
Basic JavaScript - Use Bracket Notation to Find the Nth-to-Last Character in a String