Files
freeCodeCamp/seed/challenges
Arsen Melikyan d54bbaaf2d 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
..
2015-08-16 20:38:49 -04:00
2015-08-15 14:23:10 -07:00
2015-08-07 23:37:32 -07:00
2015-08-19 21:00:39 +02:00
2015-08-15 14:23:10 -07:00
2015-08-07 23:37:32 -07:00
2015-08-20 17:05:50 +02:00
2015-08-15 14:23:10 -07:00