Commit Graph

16274 Commits

Author SHA1 Message Date
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
63eaecf86e Merge pull request #9201 from AryanJ-NYC/fix/file-metadata-demo
Provide working demo for File Metadata Microservice bonfire challenge
2016-06-17 14:46:58 +00:00
7350182603 Provide working demo for File Metadata Microservice API Project 2016-06-17 14:39:32 +00:00
486f8a9dac Provide working demo for File Metadata Microservice API Project 2016-06-17 14:39:32 +00:00
2a07c52e78 remove references to JSON.
change 'allows' to 'allow'
2016-06-17 11:03:26 -02:30
69d73687a1 remove references to JSON.
change 'allows' to 'allow'
2016-06-17 11:03:26 -02:30
396c4b5372 Merge pull request #9098 from DealPete/fix/incorrectOutputChallenge
Fixed 'Write Reusable JavaScript with Functions' head and tail
2016-06-17 13:20:55 +01:00
a0268372f2 Merge pull request #9098 from DealPete/fix/incorrectOutputChallenge
Fixed 'Write Reusable JavaScript with Functions' head and tail
2016-06-17 13:20:55 +01:00
57bb224aa6 Merge pull request #9174 from sahilkhurana19/fix/golf-code-description
Edited the basic challenge description in order to make the challenge easier t…
2016-06-16 18:21:56 +01:00
b0c13e0f94 Merge pull request #9174 from sahilkhurana19/fix/golf-code-description
Edited the basic challenge description in order to make the challenge easier t…
2016-06-16 18:21:56 +01:00
b3214f4954 Merge pull request #9179 from luongthomas/fix/adding-palindrome-test
Add Test Case for Check for Palindromes
2016-06-16 18:20:12 +01:00
1002d9ece9 Merge pull request #9179 from luongthomas/fix/adding-palindrome-test
Add Test Case for Check for Palindromes
2016-06-16 18:20:12 +01:00
ad701a8e49 Merge pull request #9076 from robjloranger/fix__using-array-indices
fix for access array data with indices
2016-06-16 17:10:36 +01:00
7c1b8f74db Merge pull request #9076 from robjloranger/fix__using-array-indices
fix for access array data with indices
2016-06-16 17:10:36 +01:00
ac676f1e19 Added Palindrome test for _eye returning true. 2016-06-16 09:03:53 -07:00
42e6ede26f Added Palindrome test for _eye returning true. 2016-06-16 09:03:53 -07:00
c7c2690848 Edited the basic challenge description to make the challenge easier to understand. 2016-06-16 18:06:33 +05:30