Help on creating a bracket

Tell us what’s happening:

   **Your code so far**

// Setup
var firstLetterOfLastName ="";
var lastName = "Lovelace";
// Only change code below this line
firstLetterOfLastName = lastName[0]; // Change this line
console.log(firstLetter0fLastName);
   **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13421.89.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36.

Challenge: Use Bracket Notation to Find the First Character in a String

Link to the challenge:

Hi @j.kibera18 !

The issue is here

The O looks different because it is probably a zero.
If you make that change to the correct name or delete the console log all together then it will pass

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