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-08-05 19:08:49 +03:00
2015-06-09 16:49:03 -07:00
Description
Languages
TypeScript 77.7%
JavaScript 17.8%
CSS 4.4%