JavaScript challenge #7 question/review
I believe the code is correct now (let me know if you see any mistakes). A common error I noticed is that when I put name.length.trim() I kept getting errors in the console but when I wrote name.trim().length that wasn't the case. Does order matter and why if that's the case?
3
2 comments
Max Charles II
5
JavaScript challenge #7 question/review