freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
 
 
 
 
 
Go to file
Mrugesh Mohapatra a5f6b98df2 Fix Compound Assignment Challenges
This commit updates the Compound assignment challenges:

* Compound Assignment With +=
* Compound Assignment With -=
* Compound Assignment With *=
* Compound Assignment With \=

to

* Compound Assignment With Augmented Addition
* Compound Assignment With Augmented Substraction
* Compound Assignment With Augmented Multiplication
* Compound Assignment With Augmented Division

Tested locally
2016-03-27 13:49:45 +05:30
challenges Fix Compound Assignment Challenges 2016-03-27 13:49:45 +05:30
bonfireMDNlinks.js fix additional spacing issues 2015-09-09 14:06:16 -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