Find the Length of a Stringwhy its not running its seems so to be ok isnt it

Tell us what’s happening:

Your code so far


// Example
var firstNameLength = 0;
var firstName = "Ada";

firstNameLength = firstName.length;

// Setup
var lastNameLength = 0;
var lastName = "Lovelace";

// Only change code below this line.
 lastNameLength = lastName.lenght;


Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 5.0.1; GT-I9506) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/find-the-length-of-a-string/

Can anyone plz help me im in trouble with .lenght propert n now im stuck with finding last letter with .lenght bracket notation

Length is misspelled

Ohh gosh after an hour i couldnt notice that thank you

That’s ok. I think we’re all blind to our own typos.