Basic JavaScript - Find the Length of a String

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:

I believe I found the issue. :wink:

hhh thank you so much, what a stressful time because of a typo!

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