i don’t know what’s the problem ; i can’t get a number in the output
can you help me please
Your code so far
// Setup
let lastNameLength = 0;
const lastName = "Lovelace";
// Only change code below this line
lastNameLength = lastName.lentgh;
console.log(lastNameLength)
Challenge: Basic JavaScript - Find the Length of a String
Link to the challenge: