Tell us what’s happening:
It doesn’t let me pass. What am I doing wrong?
Your code so far
// Setup
let lastNameLength = 0;
const lastName = "Lovelace";
// Only change code below this line
lastNameLength = lastName.lenght;
Challenge: Basic JavaScript - Find the Length of a String
Link to the challenge: