freeCodeCamp.org 的开源代码库和课程。免费学习编码。
Go to file
Ivan Kurnosov bbb12bf811 Fixed assignment operator terminology
It's not accurate to call the `assignment operator` `=` and `equal` operator, since it might be confused with the `equality operators`, eg `==`.

For the very same reason changed the `Minus Equals` wording to characters `-=` and titled the challenges with its commonly used name: compound or augment assignment (see https://en.wikipedia.org/wiki/Augmented_assignment)

What do you think of this clarification?

Thanks.
2016-03-24 12:02:26 +13:00
challenges Fixed assignment operator terminology 2016-03-24 12:02:26 +13:00
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