Commit Graph

954 Commits

Author SHA1 Message Date
787ac80c2a Merge pull request #3110 from natac13/added-test-to-allow-single-double-qoutes-and-fixed-typo
General improvements to jquery challenge file
2015-09-06 10:10:45 +04:00
06f611ebf8 Used strict equality for second assert 2015-09-06 00:39:07 -04:00
c4e0c363c2 Checks that length is used twice for JS bracket notation challenges; closes #3105 2015-09-06 00:37:12 -04:00
5067a2f1e1 General improvements to jquery file
added a few tests to account for single and double quotes
fixed a typo
added test to add clarity

closes #3107
2015-09-05 21:39:27 -04:00
b14e2847ba Added details to instructions of JS arrays waypoint; closes #2136 2015-09-05 20:53:54 -04:00
8716319e1b added missing verb in the get set for basejumps 2015-09-05 20:59:46 +01:00
76cff4bdd3 fixes a condition in assert 2015-09-05 19:20:41 +04:00
1ce9ccb925 fixes assert and some text 2015-09-05 18:05:09 +04:00
9ab6911afa Fixes 'd[0].toLowerCase() is not a function' error 2015-09-05 16:38:09 +04:00
2c5c304ba2 Merge #2887 2015-09-05 01:04:25 +01:00
1ea3605519 Merge pull request #3002 from dmytroyarmak/dmytroyarmak-2999
Improve test cases for Generate Random Whole Numbers within a Range
2015-09-04 15:27:36 -07:00
050599fa83 Merge pull request #3071 from QuincyLarson/fix-typeof-wording
fix typeof wording
2015-09-04 15:26:27 -07:00
05db23088c fix typeof wording 2015-09-04 15:22:45 -07:00
145c0ab7f7 Merge pull request #3040 from natac13/attemp-fix-poor-description-#3038
Attempt to fix poor description Where Art Thou
2015-09-04 15:09:35 -07:00
cc278d1993 Merge pull request #3046 from ahstro/ahstro-3045
Updated ExpressWorks exercises in waypoint
2015-09-04 15:05:53 -07:00
6f3de04bed improve jquery challenge wording 2015-09-04 15:00:58 -07:00
162ef38a57 Merge pull request #3050 from natac13/fix-students-using-example-in-challenge-parent-jquery
fix misleading description that leads to issues being submitted.
2015-09-04 14:54:19 -07:00
ced1d7dff9 Merge pull request #3056 from natac13/added-test-slot-machine-#2111
Added tests to JavaScript Give Slot Machine Some Style
2015-09-04 14:49:12 -07:00
574c4ab000 Update bootstrap.json
Fix bad formatting with Label Bootstrap Wells test
2015-09-04 17:35:22 -04:00
206dee5720 Merge pull request #3067 from abhisekp/add-test-bf-palindrome
Add test cases to Bonfire:Check for Palindrome
2015-09-04 14:31:17 -07:00
40e558d5f4 Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging 2015-09-04 14:27:08 -07:00
de86774f26 Add Bonfire Check for Palindromes test cases
Add test cases with numbers in the string to also check for numbers.
2015-09-05 02:41:20 +05:30
5b311b8943 Added tests to JavaScript Give Slot Machine Some Style
The challenge could be passed by copying the code 3 times.
Made new tests to stop this

closes #2111
2015-09-04 13:48:51 -04:00
358914f305 Merge pull request #2959 from awesomeaniruddh/awesomeaniruddh-2946
updated description of waypoint to make it more specific
2015-09-04 17:07:04 +04:00
4c4b8ea737 fix misleading description that leads to issues being submitted.
closes #3044
closes #2980
closes #2805
closes #2337
2015-09-04 08:11:44 -04:00
90fb634718 Update html5-and-css.json 2015-09-04 17:44:27 +08:00
4f883b9f39 Updated ExpressWorks exercises in waypoint 2015-09-04 09:55:07 +02:00
95624cd17b Merge branch 'fix-camper-news-zipline' into staging 2015-09-03 18:40:04 -07:00
fc0e7543c1 Attempt to fix unclear description Where Art Thou
closes #3038
2015-09-03 18:21:36 -04:00
f08be5516c fixes filter function return conditional
closes #3031
2015-09-03 14:02:44 -04:00
5d83be0423 Merge pull request #2872 from natac13/fix-backslash-typo-2832
Removed backslash. When I just removed the one the linter did not lik…
2015-09-03 21:22:58 +04:00
33ed5403ba I forgot a semi colon... 2015-09-03 13:14:42 -04:00
a013329dd1 Merge pull request #2975 from natac13/fix-typo-in-tests-#2974
fixes typo in test
2015-09-03 20:40:44 +04:00
0ce98da28c fixed unnecessary self closing tag in the description. 2015-09-03 12:26:07 -04:00
0227d20847 Improve test cases for Generate Random Whole Numbers within a Range 2015-09-02 23:17:33 +03:00
7a21083498 Fix the typo in Create Bootstrap Wells; first test had extra > 2015-09-01 18:31:21 -04:00
d72ed297de fixes a small typo 2015-09-02 00:14:57 +04:00
161f882453 update ziplines and basejumps to have placeholder text in tweet templates 2015-09-01 12:04:00 -07:00
971a85dc48 updated description of waypoint to make it more specific 2015-09-01 23:07:32 +08:00
09c9ed7169 Merge pull request #2880 from bugron/bugron-2007
clarifies challenge instruction
2015-09-01 13:42:21 +01:00
a93240a17f Merge pull request #2954 from natac13/fix-grammer-error-2952
fixes grammatical error
2015-09-01 13:31:26 +01:00
65c28bbf5a Merge pull request #2941 from awesomeaniruddh/awesomeaniruddh-2940
Fixed typo in 'Condense arrays with reduce' waypoint
2015-09-01 13:28:19 +01:00
d99bd7c9cd fixes grammatical error on jQuery challenge 'Target the Children of an
Element Using jQuery'.... missing 'they' word
2015-09-01 06:42:33 -04:00
142ce22a75 Add output block to "Iterate with JavaScript For Loops" challange 2015-09-01 13:41:40 +03:00
b3257a5fb6 continue work refactoring intermediate-bonfires 2015-08-31 23:56:07 -07:00
5e76dc8b00 update the camper news zipline 2015-08-31 23:44:31 -07:00
bdfa2a5656 fixed issue #2940: replaced and with an 2015-09-01 08:35:07 +08:00
16175a25be Merge #2887 2015-08-31 20:21:15 +01:00
ee674ba536 Merge pull request #2917 from bugron/bugron-typo
fixes a minor typo
2015-08-31 07:21:04 -07:00
bf92b44fd7 fixes a minor typo 2015-08-31 13:30:12 +04:00