freeCodeCamp.org 的开源代码库和课程。免费学习编码。
Go to file
ahstro 39b4a73efb 'Regular Expressions'-waypoint improvements
* Remove unnecessary `i`-flag from tests and test messages,
  e.g. `/\s+/gi` => `/\s+/g`
* Remove dupliate backslashes from regex test messages,
  e.g. `/\\s+/g` => `/\s+/g`

The two backslashes were probably just an accident caused by how
multiple escapes are necessary with the current way tests are handled.
The `i`-flag was just unnecessary since its purpose is to ignore the
case of alphabetic characters.
2015-10-06 15:13:53 +02:00
challenges 'Regular Expressions'-waypoint improvements 2015-10-06 15:13:53 +02:00
under-construction remove vestigial difficulty attribute from challenges 2015-10-02 01:06:27 -07:00
bonfireMDNlinks.js fix additional spacing issues 2015-09-09 14:06:16 -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 update get-emails script 2015-08-27 16:37:01 -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