freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an...
Greg Brewton 7a1256df79 Minor clarification (#34250)
(?=\D*\d) is looking for a non-number to precede a number. If '12Three' was passed in to test, it would not match though it matches the stated criteria of 5 character minimum length and two consecutive numbers.
2018-11-10 10:33:01 +05:30
..
basic-algorithm-scripting fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
basic-data-structures fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
basic-javascript Updated tests for 'Iterate through an array with a for loop' to ES6 (#19722) 2018-11-08 22:02:21 +09:00
debugging fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
es6 Solution write-higher-order-arrow-functions.english.md (#18772) 2018-11-07 20:37:01 +09:00
functional-programming Update refactor-global-variables-out-of-functions.english.md (#19751) 2018-10-28 10:33:12 +07:00
intermediate-algorithm-scripting fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
javascript-algorithms-and-data-structures-projects fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
object-oriented-programming fix(curriculum): quotes in tests (#18828) 2018-10-20 23:32:47 +05:30
regular-expressions Minor clarification (#34250) 2018-11-10 10:33:01 +05:30