mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
freeCodeCamp.org 的开源代码库和课程。免费学习编码。
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. |
||
|---|---|---|
| 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 | ||