Files
freeCodeCamp/challenges
Cristian V. Nica b6f413e761 Trying to fix issue #1562
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];
2015-08-05 19:08:49 +03:00
..
2015-07-23 16:03:46 -07:00
2015-07-23 15:50:47 -07:00
2015-07-23 16:03:46 -07:00
2015-07-23 16:03:46 -07:00