mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-07 00:00:53 -05:00
In Use Bracket Notation to Find the Nth to Last Character in a String: There is a mistake in the code sample: It should be: var thirdToLastLetterOfFirstName = firstName[firstName.length - 3]; but is: var thirdToLastLetterOfFirstName = firstName[firstName.length - 2];
66 KiB
66 KiB