179 Commits

Author SHA1 Message Date
Peter Weinberg
95a3999fd0 Merge pull request #13040 from Greenheart/fix/missing-letters-improved-tests
fix(challenge): Improved tests for Algorithm "Missing Letters".
2017-02-04 18:47:50 -05:00
Peter Weinberg
019c7a9294 Merge pull request #13129 from Greenheart/fix/oop-constructor-property
fix(challenge): Stricter tests for "OOP: Constructor property"
2017-02-04 18:12:18 -05:00
Peter Weinberg
2936eccee8 Merge pull request #13124 from Greenheart/fix/oop-dot-notation-log
fix(challenge): Accept more correct solutions for "OOP: Use dot notation"
2017-02-04 18:10:14 -05:00
Samuel Plumppu
fb85c0c4f5 fix(challenge): Stricter tests for "OOP: Constructor property"
* Also fixed an misleading sentence in the instruction.
2017-02-05 00:04:39 +01:00
Peter Weinberg
923505d5c3 Merge pull request #13141 from Greenheart/fix/oop-new-prototype-stricter-tests
fix(challenge): Stricter tests for "OOP: New Object Prototype".
2017-02-04 18:01:43 -05:00
Peter Weinberg
cb141c5d70 Merge pull request #13139 from Greenheart/fix/oop-add-solutions
fix(challenge): Add solutions for OOP-challenges.
2017-02-04 18:00:37 -05:00
Peter Weinberg
55edf18049 Merge pull request #13125 from Greenheart/fix/oop-instanceof
fix(challenge): Improve seed code for "OOP: Use instanceof"
2017-02-04 17:59:05 -05:00
Peter Weinberg
319e597679 Merge pull request #13072 from Greenheart/fix/array-splice-stricter-tests
fix(challenge): stricter tests for "Add Items Using splice()".
2017-02-04 17:24:24 -05:00
Samuel Plumppu
88b792579f fix(challenge): Accept more correct solutions for "Use dot notation"
Now accepts either one or two `console.log()` expressions.
2017-02-04 23:08:59 +01:00
Peter Weinberg
f80b02b342 Merge pull request #13068 from Greenheart/fix/array-splice-formatting
fix(challenge): formatting of "Remove Items Using splice()".
2017-02-04 16:35:08 -05:00
Samuel Plumppu
248b06b06a fix(challenge): Stricter tests for "OOP: New Object Prototype". 2017-02-04 19:36:04 +01:00
Samuel Plumppu
fff3c8d227 fix(challenge): Add solutions for OOP-challenges.
* Also fix tests that break when run outside of the browser environment.
2017-02-04 18:17:44 +01:00
Ankit Dwivedi
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
Samuel Plumppu
c3648a7c9e fix(challenge): Stricter tests for "OOP: Iterate Over All Properties" 2017-02-04 14:29:27 +01:00
Samuel Plumppu
3242afa1c5 fix(challenge): Stricter tests for "OOP: Understand Own Properties". 2017-02-04 13:53:22 +01:00
Dylan
682cef18df Merge pull request #13126 from Greenheart/fix/oop-supertype-semicolons
fix(challenge): Add semicolons to "OOP: Inherit from a Supertype"
2017-02-03 22:22:40 -06:00
Samuel Plumppu
bdff255204 fix(challenge): small typo in "OOP: Use closure protection" 2017-02-04 03:07:05 +01:00
Samuel Plumppu
aabdbfaab9 fix(challenge): Add semicolons to "OOP: Inherit from a Supertype" 2017-02-04 03:03:38 +01:00
Samuel Plumppu
5d93771c0a fix(challenge): Improve seed code for "OOP: Use instanceof"
* Temporarily disable jshint to allow expressions resulting in dead code
* Update constructor declaration for consistency.
2017-02-04 02:44:50 +01:00
Samuel Plumppu
24a08c7190 fix(challenge): Format challengeSeed to encourage best practices.
* By re-formatting the seed a bit, I hope to help campers complete
their object definitions before they instantiate anything from them.
2017-02-04 00:54:22 +01:00
MANISH-GIRI
41e00fbf13 Improve instructions in regex match repeating characters 2017-02-03 17:19:37 -05:00
Samuel Plumppu
695d1c7a93 fix(challenge): Cleaner assertion for "Copy an Array with slice()". 2017-02-03 17:43:05 +01:00
Samuel Plumppu
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
Samuel Plumppu
3bb8a0d3d5 Merge pull request #13096 from Manish-Giri/fix/regex-match-single-character
Improve instruction in regex match single character challenge
2017-02-03 16:22:52 +01:00
Billy Reilly
74f6aff287 fix(challenges): Additional test cases for 'Escape Sequences in Strings' 2017-02-03 09:54:01 +00:00
Manish Giri
194e189a32 Fix code formatting in regex find characters with lazy matching 2017-02-02 21:17:16 -05:00
Manish Giri
2ba8f0aaaa Improve instruction in regex match single character challenge 2017-02-02 20:05:18 -05:00
Samuel Plumppu
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
Manish Giri
d9cd948774 Improve instruction in regex ignore case while matching challenge 2017-02-02 19:10:26 -05:00
Peter Weinberg
512506fa33 chore(seed): freeCodeCampify remaining sections of codebase 2017-02-02 18:29:59 -05:00
Samuel Plumppu
6aedeaa7f5 fix(challenge): update tail section for "Return a Value from a Function with Return". 2017-02-02 20:47:38 +01:00
Paul
036913a8f6 clarified challenge instructions 2017-02-02 12:58:01 -06:00
Samuel Plumppu
985cc2bec8 Merge pull request #13079 from vcapretz/fix/html-term-all-caps
Fixes html term to all capslock
2017-02-02 18:27:41 +01:00
Samuel Plumppu
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
Vitor Capretz
e5845a8b14 fixes html term to all capslock 2017-02-02 14:19:22 -02:00
dnahol
a1dcba5623 added semicolon 2017-02-02 06:47:43 -08:00
Samuel Plumppu
f75a334e5c fix(challenge): stricter tests for "Add Items Using splice()". 2017-02-02 12:34:25 +01:00
Samuel Plumppu
46ae87710e fix(challenge): formatting of "Remove Items Using splice()".
* Improve order of Array-methods in a sentence.
* Fix preposition.
* Fix tab for challengeSeed.
2017-02-02 11:28:01 +01:00
Samuel Plumppu
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
Samuel Plumppu
bf176a9cbc Merge pull request #13062 from JosephLivengood/fix/regex-challenge-formatting
Updated challenge text formatting to be uniform
2017-02-02 10:22:33 +01:00
Samuel Plumppu
a0072f6742 Merge pull request #13057 from delbertlegg/fix/pig-latin-edge-cases
Added edge case tests for Pig Latin challenge
2017-02-02 10:16:49 +01:00
cdrainxv
7a7ef6fbda Added semi-colon to end of statements 2017-02-01 23:40:35 -07:00
mrugesh mohapatra
d35a21d835 Merge pull request #12963 from robbawebba/fix/beta-arrow-functions-tests
Reformat ES6 arrow function challenges
2017-02-02 12:04:09 +05:30
Joseph Livengood
3557ac5ba9 Updated challenge text formatting to be uniform 2017-02-02 00:14:02 -05:00
robertweber95
511e5758a8 Reformat ES6 arrow function challenges 2017-02-01 22:17:38 -05:00
Eddie Legg
a4b39d39a0 Added edge case test for Pig Latin challenge
Added edge case tests for Pig Latin Challenge
2017-02-01 21:44:33 -05:00
Samuel Plumppu
f523c2e105 fix(challenge): Improved tests for Algorithm "Missing Letters".
Thanks to @breatheloud for reporting and triaging this!
* Improve tests to cover what the instructions actually ask for.
* Update solution to pass new test suite.
2017-02-01 23:11:00 +01:00
Samuel Plumppu
0c7cd1a3a5 Merge pull request #12910 from envy7/fix/empty-translations
Removed all empty translations present in the challenges in the seed files
2017-02-01 18:01:44 +01:00
envy7
cd78eeae72 removed all empty translations present in the challenges in the seed files 2017-02-01 15:14:37 +05:30
Brendan Sweeny
b518a66a3e Reformat first four ES6 challenge instructions 2017-01-30 21:22:39 -07:00