Commit Graph

37 Commits

Author SHA1 Message Date
68daaf73d9 fix(challenges): replaced em tags with code tags
Em tags were showing in console, so I replaced them.

ISSUES CLOSED: #18048
2018-08-30 19:21:52 +09:00
6058da3725 fix(challenges): fix regex in a JS challenge (#257) 2018-08-25 16:29:12 +09:00
0bf8d3218f fix(challenges): check for shorthand character in regex (#238) 2018-08-21 19:48:49 +09:00
e044de4230 fix(challenges): add test to lookahead regex challenge
ISSUES CLOSED: #209
2018-08-17 08:15:38 +02:00
296cf44f57 fix(challenges): add test to check user is using \W in Regex
Add test to make sure user is using \W and not ^\w
2018-08-14 10:53:17 -07:00
4e645a5ff6 Package: Validate challenges on test (#17216)
This PR allows us to validate the schema during test.

It also removes some cruft from the seed files and ensures only the required data is packaged and consumable, reducing the package weight somewhat.
2018-05-22 18:13:14 +05:30
ee66d84ccb feat(package): Initial Curriculum separation (#17174)
* feat(package): Initial Curriculum separation

* feat(package): Add org scope to package

* chore(ooops): Remove development file

* feat(npm): Add .npmignore

* fix(paths): Fix curriculum paths

* feat(build): Add a build step

* chore(seed): Move package file back to seed

* fix(ignore): Fix .npmIgnore file

* chore(docs): Update README

* chore(seed): Rename coding interview blocks

* fix(seed): Challenge files now fit into learn

* chore(seed): Update seed files for use in learn

* chore(escapes): Unescape script tags of jQuery
2018-05-21 19:26:49 +05:30
f9a63ee581 fix(challenges): Fixed typo in the challenge (#16991)
changed vowels to letters.

BREAKING CHANGE: none.

Closes #16979
2018-04-03 15:25:41 -04:00
52ca2b9ad6 feat(seed): reformat seed/challenges JSON via repack script 2018-04-03 19:53:44 +05:30
34dea0ab9c Fix/copy improvements (#16859)
* fix(seed): Simplify copy of lessons and remove need for image

* rework copy for account creation and login emails

* fix: Fixup email template and lock-file
2018-03-09 19:39:44 +00:00
744476404c fix(challenges): Change regular expressions match characters that o
Originally the challenge's example code was a little unclear about what
the * character does. Also, the challenge could be solved without using
the * character.

BREAKING CHANGE: None

Closes #16119
2017-12-03 00:18:30 +09:00
fc1dea086d Fix test and clarify description for reuse patterns using capture groups 2017-06-26 22:15:44 +03:00
f3af6e9b5d Update 'Match Literal Strings' description 2017-04-10 16:27:16 -05:00
e9a427415e fix test title of re challenge 2017-03-17 14:14:06 +05:30
1ce029e9c6 Add tests in reuse capture group 2017-03-11 22:37:55 -05:00
be33bae43e Merge pull request #13418 from cdrainxv/fix/remove-overflow-x-scroll
moved comment to new line to remove overflow-x scrollbar
2017-02-19 10:13:13 +01:00
3085c22969 moved comment to new line to remove overflow-x scrollbar 2017-02-18 20:52:01 -07:00
2709eb6b3a add releasedOn dates to all new challenges (#13417) 2017-02-19 00:00:12 +05:30
69d3b09894 Added semicolon to statement 2017-02-11 22:13:15 -07:00
bbbc163732 Remove requirement of i flag in regex 2017-02-07 00:58:42 -05:00
39fa5f83b1 Reworded descriptive text to refer to present literal match example 2017-02-05 21:48:00 -07:00
37ecbcb5b5 Added semicolon to end of first statement in challegeSeed for Regular Expressions: Find Characters with Lazy Matching 2017-02-04 07:09:54 -08:00
41e00fbf13 Improve instructions in regex match repeating characters 2017-02-03 17:19:37 -05:00
5fca995ff4 Merge pull request #13098 from Manish-Giri/fix/update-code-formatting-regex-lazy-matching
Fix code formatting in regex find characters with lazy matching
2017-02-03 16:30:07 +01:00
194e189a32 Fix code formatting in regex find characters with lazy matching 2017-02-02 21:17:16 -05:00
2ba8f0aaaa Improve instruction in regex match single character challenge 2017-02-02 20:05:18 -05:00
c83dca8745 Merge pull request #13094 from Manish-Giri/fix/regex-ignore-case-matching
Improve instruction in regex ignore case while matching challenge
2017-02-03 01:22:17 +01:00
d9cd948774 Improve instruction in regex ignore case while matching challenge 2017-02-02 19:10:26 -05:00
512506fa33 chore(seed): freeCodeCampify remaining sections of codebase 2017-02-02 18:29:59 -05:00
68b1e7147c Merge pull request #13073 from dnahol/fix/challenge-syntax
Added semicolon to Regular Expressions: Match Beginning String Patterns
2017-02-02 18:26:35 +01:00
a1dcba5623 added semicolon 2017-02-02 06:47:43 -08:00
d2ecf2e8b9 Merge pull request #13063 from cdrainxv/fix/add-semicolons
Added semi-colon to end of statements
2017-02-02 10:25:08 +01:00
7a7ef6fbda Added semi-colon to end of statements 2017-02-01 23:40:35 -07:00
3557ac5ba9 Updated challenge text formatting to be uniform 2017-02-02 00:14:02 -05:00
cd78eeae72 removed all empty translations present in the challenges in the seed files 2017-02-01 15:14:37 +05:30
33b778eed4 turn the "instructions" into an hr element 2017-01-22 15:22:26 -06:00
6f9fab3043 add new challenges 2017-01-19 15:25:07 -08:00