Basic JavaScript - Use Bracket Notation to Find the Last Character in a String

Tell us what’s happening:

Can anyone tell me what I’m doing wrong? Thanks you so much!
The challenge is " Use bracket notation to find the last character in the lastName variable."
Error:
lastLetterOfLastName should be the letter e.

Your code so far

// Setup
const lastName = "Lovelace";

// Only change code below this line
const lastLetterOfLastName =[lastName.length -1]; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43

Challenge: Basic JavaScript - Use Bracket Notation to Find the Last Character in a String

Link to the challenge:

Oh I managed to solve it. It looks like I’m missing.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.