50d39cd5e3
Merge pull request #9272 from brainyfarm/patch-1
...
Update basic-bonfires.json
2016-06-21 23:03:54 +01:00
4713669d46
Merge pull request #9277 from BKinahan/fix/json-stringify
...
Correct stringify to JSON.stringify
2016-06-21 18:07:59 +01:00
f7e9164297
Correct stringify to JSON.stringify
2016-06-21 16:04:35 +00:00
e0ace83573
Correct stringify to JSON.stringify
2016-06-21 16:04:35 +00:00
0b174d014f
Merge pull request #9159 from QuincyLarson/fix/c9-manual-mongo-install
...
add mongo install step to challenge
2016-06-21 16:25:17 +01:00
8555da6cd9
Merge pull request #9159 from QuincyLarson/fix/c9-manual-mongo-install
...
add mongo install step to challenge
2016-06-21 16:25:17 +01:00
22245b42c1
Update basic-bonfires.json
...
Removed unnecessary repetition
2016-06-21 15:24:32 +01:00
ad01518204
Update basic-bonfires.json
...
Removed unnecessary repetition
2016-06-21 15:24:32 +01:00
b4cf1037d5
Merge pull request #9248 from GreyhoundIt/fix-word-blank-instructions-are-unclear-#9233
...
fix word blank instructions are unclear [challenge]
2016-06-20 19:14:04 +01:00
8de734f610
fixed word blank instructions are unclear [challenge]
2016-06-20 18:12:30 +01:00
aae79060f1
fixed word blank instructions are unclear [challenge]
2016-06-20 18:12:30 +01:00
a24e07105c
Merge pull request #9229 from erictleung/fix/improve-escape-character-sequence
...
Clarify Escape Sequences in Strings challenge
2016-06-19 23:25:13 +01:00
3b8f29c9fa
Clarify Escape Sequences in Strings challenge
...
- Add code tags into table
- Rewrite instructions for more applicable coding test
- Add more tests to be more specific on what you need to pass
2016-06-19 14:56:54 -07:00
1c54ab471a
Clarify Escape Sequences in Strings challenge
...
- Add code tags into table
- Rewrite instructions for more applicable coding test
- Add more tests to be more specific on what you need to pass
2016-06-19 14:56:54 -07:00
6b4b470227
Merge pull request #9151 from heldersepu/feature/Animate-#testSuite-to-focus-user-on-errors
...
Animate #testSuite to focus user on errors
2016-06-18 21:23:15 +01:00
ce46d1906b
Animate #testSuite to focus user on errors
...
- As soon as the user clicks the button we hide('slow') the div #testSuite
- Then on displayTestResults we show it.
Use fadeOut/fadeIn instead of hide/show
Scroll the div #scroll-locker to the bottom
- Fix for some challenges with long contents on div #scroll-locker
Fix Err: Strings must use singlequote quotes
2016-06-18 16:04:36 -04:00
222077114a
Merge pull request #9096 from LindsayBrown81/fix/disambiguate-property-meaning
...
fix/disambiguate-property-meaning, make JSON valid in basic-javascript.json
2016-06-18 19:28:53 +01:00
7504fdd528
fix/disambiguate-property-meaning, make JSON valid in basic-javascript.json #9096
...
Lines 4322-4323: made links HTML tags instead of markdown in the definitions I added for JSON and property.
Line 4324: added booleans and numbers back into the Data Structures and overall reduced number of words used in explanations.
Lines 4338 and 4343: removed quotes from integer value and boolean value because the JSON is valid without them.
Line 4502: specified what part of property the ID number is to reinforce that a property consists of a key (or name) and a value.
Lines 4505-4508: reworded the conditions to be more consistent and comprehensible, changed their order.
Line 4510: retitled Note to Hints and added two more hints.
Line 4543: changed from my first PR's suggestion of var collectionCopy = JSON.stringify(collection) back to var collectionCopy = JSON.parse(JSON.stringify(collection)).
2016-06-18 14:08:14 -04:00
3fa86377f8
fix/disambiguate-property-meaning, make JSON valid in basic-javascript.json #9096
...
Lines 4322-4323: made links HTML tags instead of markdown in the definitions I added for JSON and property.
Line 4324: added booleans and numbers back into the Data Structures and overall reduced number of words used in explanations.
Lines 4338 and 4343: removed quotes from integer value and boolean value because the JSON is valid without them.
Line 4502: specified what part of property the ID number is to reinforce that a property consists of a key (or name) and a value.
Lines 4505-4508: reworded the conditions to be more consistent and comprehensible, changed their order.
Line 4510: retitled Note to Hints and added two more hints.
Line 4543: changed from my first PR's suggestion of var collectionCopy = JSON.stringify(collection) back to var collectionCopy = JSON.parse(JSON.stringify(collection)).
2016-06-18 14:08:14 -04:00
ecd1f628e2
Added Bio from GitHub to freecodecamp portfolios
...
- Removed unneeded code
2016-06-18 19:07:57 +01:00
3fe5e79e52
Merge pull request #9217 from arun1595/fix/nest-a-inside-p-tests
...
Fix test for nest anchor within a paragraph
2016-06-18 15:01:04 +01:00
c5ce31cab6
Fix test for nest anchor within a paragraph
2016-06-18 18:00:20 +05:30
e056fcd442
Fix test for nest anchor within a paragraph
2016-06-18 18:00:20 +05:30
b5b3bd5588
Merge pull request #9208 from taylorbryant/patch-1
...
Improve consistency
2016-06-18 10:06:29 +01:00
5357f3743d
Merge pull request #9207 from QuincyLarson/fix/update-about-page-numbers
...
update campsites challenge copy, amount of nonprofit work done, camper count
2016-06-18 10:06:00 +01:00
ddef92d3f0
Merge pull request #9207 from QuincyLarson/fix/update-about-page-numbers
...
update campsites challenge copy, amount of nonprofit work done, camper count
2016-06-18 10:06:00 +01:00
efae92b12c
Merge pull request #9212 from arun1595/fix/font-size-challenge
...
Add tests for change font-size challenge
2016-06-18 00:00:21 -07:00
13aa17732b
Add tests for change font-size challenge
2016-06-18 09:29:00 +05:30
d643982585
Add tests for change font-size challenge
2016-06-18 09:29:00 +05:30
1fd9242b87
Merge pull request #9008 from erictleung/fix/remove-unnecessary-authentication
...
Remove unused authentication methods
2016-06-18 00:32:31 +01:00
22a52b6bdc
Merge pull request #9203 from sahilkhurana19/fix/jQuery-challenge-ux
...
Edited the test cases code to make sure the entire test cases are vis…
2016-06-17 23:59:25 +01:00
e6f29ecc9c
Feature/Popover Definitions
2016-06-17 23:53:44 +01:00
d91010f705
Feature/Popover Definitions
2016-06-17 23:53:44 +01:00
981e9b31fc
Improve consistency
2016-06-17 16:00:39 -05:00
eaeaf87620
update campsites challenge copy, amount of nonprofit work done, camper count
2016-06-17 14:00:14 -07:00
e1dc82e5ee
update campsites challenge copy, amount of nonprofit work done, camper count
2016-06-17 14:00:14 -07:00
e2760761fe
added a check to record collection about pre-existing elements
2016-06-17 14:48:37 -05:00
0e654eb6bd
added a check to record collection about pre-existing elements
2016-06-17 14:48:37 -05:00
9cc127e193
Edited the test cases code to make sure the entire test cases are visible.
2016-06-18 00:56:41 +05:30
62b4e28bb9
Edited the test cases code to make sure the entire test cases are visible.
2016-06-18 00:56:41 +05:30
f2ca20d006
Merge pull request #9183 from sahilkhurana19/fix/array-challenge-description
...
Modified the description to make it a bit more clear.
2016-06-17 19:51:49 +01:00
4185cce827
Merge pull request #9183 from sahilkhurana19/fix/array-challenge-description
...
Modified the description to make it a bit more clear.
2016-06-17 19:51:49 +01:00
f347c5fbaf
Fixed challenge description.
...
Modified the description to make it a bit more clear.
Fixed challenge description and moved the example code to its own independent line.
2016-06-17 23:53:00 +05:30
0c06d003f6
Fixed challenge description.
...
Modified the description to make it a bit more clear.
Fixed challenge description and moved the example code to its own independent line.
2016-06-17 23:53:00 +05:30
25e6d4293b
Fix pop arrays challenge tests ( #8959 )
...
* Fix tests for pop arrays challenge
* Fix the first test
2016-06-17 17:30:57 +01:00
c078527c84
Fix pop arrays challenge tests ( #8959 )
...
* Fix tests for pop arrays challenge
* Fix the first test
2016-06-17 17:30:57 +01:00
0a21880b86
Merge pull request #9144 from DealPete/fix/JSON
...
remove references to JSON.
2016-06-17 16:58:30 +01:00
2abacc251c
Merge pull request #9144 from DealPete/fix/JSON
...
remove references to JSON.
2016-06-17 16:58:30 +01:00
c1466989c0
Merge pull request #8884 from WillySchu/fix
...
Clarify description of change text inside an element using jquery
2016-06-17 16:11:11 +01:00
0883acca06
Merge pull request #8884 from WillySchu/fix
...
Clarify description of change text inside an element using jquery
2016-06-17 16:11:11 +01:00