freeCodeCamp.org 的开源代码库和课程。免费学习编码。
Go to file
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
challenges Trying to fix issue #1562 2015-08-05 19:08:49 +03:00
bonfireMDNlinks.js Add video link for Symmetric Difference 2015-06-22 21:46:09 -07:00
challenge-migration.js change _id to id everywhere that seems relevant to loopback 2015-06-04 13:20:42 -07:00
challengeMapping.json Update seed directory to use loopback 2015-06-02 20:32:10 -07:00
get-emails.js move get emails script to seed 2015-06-09 16:49:03 -07:00
index.js remove field guide cruft and update all field guide links to wiki 2015-07-31 21:55:49 -07:00
jobs.json Display contact information for job and size thumbnail 2015-07-26 07:57:14 -07:00
loopbackMigration.js fix buffer return from database query 2015-06-26 01:51:27 -07:00
nonprofits.json remove field guide cruft and update all field guide links to wiki 2015-07-31 21:55:49 -07:00
storyCleanup.js Update seed directory to use loopback 2015-06-02 20:32:10 -07:00
userMigration.js change _id to id everywhere that seems relevant to loopback 2015-06-04 13:20:42 -07:00