freeCodeCamp.org 的开源代码库和课程。免费学习编码。
Go to file
Arsen Melikyan 7130f40b86 Fixes missing backslash in waypoints' instructions'
In three waypoints: [Find Numbers with Regular Expressions](http://www.freecodecamp.com/challenges/waypoint-find-numbers-with-regular-expressions), [Find White Space with Regular Expressions](http://www.freecodecamp.com/challenges/waypoint-find-white-space-with-regular-expressions), [Invert Regular Expression Matches with JavaScript](http://www.freecodecamp.com/challenges/waypoint-invert-regular-expression-matches-with-javascript) there are confusing instructions: /d+/gi instead of /\d+/gi, /s+/gi instead of /\s+/gi, /S+/gi instead of /\S+/gi.This commit fixed them.
2015-08-24 14:48:38 +04:00
challenges Fixes missing backslash in waypoints' instructions' 2015-08-24 14:48:38 +04:00
under-construction add beginnings of react and d3 challenges 2015-08-18 10:57:38 -07:00
bonfireMDNlinks.js Add video link for Symmetric Difference 2015-06-22 21:46:09 -07:00
challenge-migration.js Refactored CompletionMonitor() slightly 2015-08-10 18:44:19 +02: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 fix challenge ordering 2015-08-10 23:29:32 -07:00
jobs.json Display contact information for job and size thumbnail 2015-07-26 07:57:14 -07:00
loopbackMigration.js run only user/identity migration 2015-08-16 03:45:00 -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