var firstName = "Charles" , вы можете получить значение последней буквы строки, используя firstName[firstName.length - 1] .
lastName . намек lastLetterOfFirstName переменной lastLetterOfFirstName если вы застряли.
lastLetterOfLastName should be "e".
testString: assert(lastLetterOfLastName === "e");
- text: You have to use .length to get the last letter.
testString: assert(code.match(/\.length/g).length === 2);
```