abir101
1
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:
a2937
2
I believe I found the issue.
abir101
3
hhh thank you so much, what a stressful time because of a typo!
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.