mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
freeCodeCamp.org 的开源代码库和课程。免费学习编码。
* 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. |
||
|---|---|---|
| challenges | ||
| under-construction | ||
| bonfireMDNlinks.js | ||
| challenge-migration.js | ||
| challengeMapping.json | ||
| get-emails.js | ||
| index.js | ||
| jobs.json | ||
| loopbackMigration.js | ||
| nonprofits.json | ||
| storyCleanup.js | ||
| userMigration.js | ||