Hi everybody! I have a problem
// Setup
var lastName = "Lovelace";
// Only change code below this line
var secondToLastLetterOfLastName = [lastName.lenght - 2]; // Change this line
With this part of Basic Javascript and I don’t know why it’s not work. It supose to give me the letter “c”. Please help