freeCodeCamp.org 的开源代码库和课程。免费学习编码。
Go to file
LindsayBrown81 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
challenges fix/disambiguate-property-meaning, make JSON valid in basic-javascript.json #9096 2016-06-18 14:08:14 -04:00
bonfireMDNlinks.js Fix MDN links 2016-06-02 20:36:21 -07:00
create-challenge-bundle.js restructure challenges within directories 2015-12-14 13:19:30 -08:00
get-challenge-completion.js Fixes invalid JSON format data exporting 2016-01-11 02:39:15 +04:00
get-emails.js update get-emails script 2015-08-27 16:37:01 -07:00
getChallenges.js Add isComingSoon flag 2015-12-14 13:19:30 -08:00
index.js Add Checksum to Challenges for Google Analytics 2016-01-30 09:02:22 -08:00
loopbackMigration.js run only user/identity migration 2015-08-16 03:45:00 -07:00
test-challenges.js Fix test solution tail comment collision 2015-12-29 10:23:57 -08:00