Seth Wilson 
							
						 
					 
					
						
						
							
						
						bce8e0a5e9 
					 
					
						
						
							
							fix(challenges): Fix typo in code example ( #16866 )  
						
						
						
						
					 
					
						2018-03-16 21:15:35 +05:30 
						 
				 
			
				
					
						
							
							
								Murat Doğan 
							
						 
					 
					
						
						
							
						
						0fb59a9284 
					 
					
						
						
							
							fix(challange): Redundant note has been removed ( #16895 )  
						
						
						
						
					 
					
						2018-03-14 17:14:14 +05:30 
						 
				 
			
				
					
						
							
							
								Quincy Larson 
							
						 
					 
					
						
						
							
						
						4f0f17892c 
					 
					
						
						
							
							Fix/copy improvements ( #16859 )  
						
						... 
						
						
						
						* fix(seed): Simplify copy of lessons and remove need for image
* rework copy for account creation and login emails
* fix: Fixup email template and lock-file 
						
						
					 
					
						2018-03-09 19:39:44 +00:00 
						 
				 
			
				
					
						
							
							
								Pavel Tsurbeleu 
							
						 
					 
					
						
						
							
						
						919cd693d1 
					 
					
						
						
							
							Improve instructions of "Global vs Local Scope in Functions" challenge ( #16832 )  
						
						
						
						
					 
					
						2018-03-06 09:46:23 +05:30 
						 
				 
			
				
					
						
							
							
								Quincy Larson 
							
						 
					 
					
						
						
							
						
						0904f856bf 
					 
					
						
						
							
							fix(seed): Make algorithm projects appear after intermediate algorithms ( #16655 )  
						
						... 
						
						
						
						* fix(seed): Make algorithm projects appear after intermediate
* fix(seed): Update order values to remove ambiguity 
						
						
					 
					
						2018-02-10 09:20:59 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Kao 
							
						 
					 
					
						
						
							
						
						3289f9e1d5 
					 
					
						
						
							
							feat(seed): Added ES6's strict mode to a lesson and made verbiage clearer ( #16652 )  
						
						
						
						
					 
					
						2018-02-08 18:16:18 +05:30 
						 
				 
			
				
					
						
							
							
								Zuzana 
							
						 
					 
					
						
						
							
						
						99afe980dc 
					 
					
						
						
							
							fix(seed): Fix Modify Array challenge description typo ( #16662 )  
						
						
						
						
					 
					
						2018-02-08 11:49:51 +05:30 
						 
				 
			
				
					
						
							
							
								Neenad Ingole 
							
						 
					 
					
						
						
							
						
						c3f768417e 
					 
					
						
						
							
							fix(seed): Typo correction to es6.json in javascript challeng ( #16589 )  
						
						... 
						
						
						
						Closes  #16584  
					
						2018-01-28 13:18:09 +05:30 
						 
				 
			
				
					
						
							
							
								mrugesh mohapatra 
							
						 
					 
					
						
						
							
						
						4346de64f3 
					 
					
						
						
							
							Merge pull request  #16573  from tarun7singh/fix/relative-protocol-URLs  
						
						... 
						
						
						
						fix(URLs): Changed protocol relative URLs to HTTPS URLs 
						
						
					 
					
						2018-01-26 01:38:11 +05:30 
						 
				 
			
				
					
						
							
							
								Tarun Singh 
							
						 
					 
					
						
						
							
						
						90ba46f6f0 
					 
					
						
						
							
							fix(URLs): Changed protocol relative URLs to Https URLs  
						
						... 
						
						
						
						BREAKING CHANGE: None
Closes  #16522  
						
						
					 
					
						2018-01-25 20:11:01 +05:30 
						 
				 
			
				
					
						
							
							
								Timo 
							
						 
					 
					
						
						
							
						
						fff0dd5a66 
					 
					
						
						
							
							test(challenges): Add missing tests to escaping quotes challenges ( #16566 )  
						
						... 
						
						
						
						These tests were removed because there were issues with the head and
tail being added to the code variable. Now that they've been removed, we
can add the tests back in. 
						
						
					 
					
						2018-01-24 23:35:32 +00:00 
						 
				 
			
				
					
						
							
							
								ATLowther 
							
						 
					 
					
						
						
							
						
						528d856405 
					 
					
						
						
							
							fix(challenges): Change invalid ObjectId  
						
						... 
						
						
						
						Closes  #16550  
					
						2018-01-24 17:24:35 +01:00 
						 
				 
			
				
					
						
							
							
								A-J Roos 
							
						 
					 
					
						
						
							
						
						ab6b04b0f1 
					 
					
						
						
							
							fix(seed): Fix invalid MongoDB ObjectId in array seed challenge ( #16532 )  
						
						... 
						
						
						
						In the `Introduction to Arrays` seed challenge there was a
incorrect MongoDB ObjectId. Created a new MongoDB ObjectId
that fixes it.
Closes  #16530  
						
						
					 
					
						2018-01-19 19:26:02 +05:30 
						 
				 
			
				
					
						
							
							
								adityajoshi 
							
						 
					 
					
						
						
							
						
						ad6b3b86c8 
					 
					
						
						
							
							fix(seed/challenges): Update test code for escaping quotes in literal strings ( #16476 )  
						
						... 
						
						
						
						Closes  #16344  
Closes  #16332  
					
						2018-01-18 22:50:47 +05:30 
						 
				 
			
				
					
						
							
							
								Sagar Jha 
							
						 
					 
					
						
						
							
						
						0e6feee138 
					 
					
						
						
							
							fix(seed): Change variable name from array to args ( #16472 )  
						
						... 
						
						
						
						Changed variable name from array to args. It will validate the last validation. Particular variable name is required but it is not mentioned in description.
Closes  #16351  
						
						
					 
					
						2018-01-18 00:45:19 +05:30 
						 
				 
			
				
					
						
							
							
								Berkeley Martinez 
							
						 
					 
					
						
						
							
						
						6e17281fda 
					 
					
						
						
							
							Merge pull request  #16442  from iabrenne/feature/link-to-guide  
						
						... 
						
						
						
						Feature/link to guide 
						
						
					 
					
						2018-01-16 12:52:03 -08:00 
						 
				 
			
				
					
						
							
							
								Niko 
							
						 
					 
					
						
						
							
						
						107b9c2fb4 
					 
					
						
						
							
							refactor: Basic Algorithm Scripting ( #16365 )  
						
						... 
						
						
						
						Change var to let/const.
Change some single quotes to double quotes to be consistent. (Most were using double quotes)
Change callback functions to use ES6 arrow syntax.
Add function call to solution to be more consistent. (Some were present already)
Remove comments from solution to be more consistent. (Most didn't have comments) 
						
						
					 
					
						2018-01-16 11:50:31 +05:30 
						 
				 
			
				
					
						
							
							
								Sagar Jha 
							
						 
					 
					
						
						
							
						
						eff0bce0ae 
					 
					
						
						
							
							fix(seed): Space between function name and parameters was not ( #16324 )  
						
						
						
						
					 
					
						2018-01-15 22:08:36 +05:30 
						 
				 
			
				
					
						
							
							
								Irina Brennen 
							
						 
					 
					
						
						
							
						
						c7a898bed7 
					 
					
						
						
							
							refactor(seed): Add link to guide  
						
						... 
						
						
						
						Partially #16388  
						
						
					 
					
						2018-01-10 18:32:16 -06:00 
						 
				 
			
				
					
						
							
							
								Iván Munguía 
							
						 
					 
					
						
						
							
						
						575ea380dc 
					 
					
						
						
							
							fix(seed/challenges): Correct typo in a JavaScript challenge ( #16441 )  
						
						
						
						
					 
					
						2018-01-08 10:53:55 +05:30 
						 
				 
			
				
					
						
							
							
								Dylan 
							
						 
					 
					
						
						
							
						
						a7a436651d 
					 
					
						
						
							
							fix(challenges): Clarified instructions on es6 let challenge ( #15983 )  
						
						
						
						
					 
					
						2018-01-04 10:58:30 +00:00 
						 
				 
			
				
					
						
							
							
								Timo 
							
						 
					 
					
						
						
							
						
						73c0491758 
					 
					
						
						
							
							fix(seed): Fix quotient should only be assigned once test  
						
						... 
						
						
						
						The tail is no longer included in the code variable. I updated this test
to account for that
Closes  #16329  
						
						
					 
					
						2018-01-02 23:56:13 +05:30 
						 
				 
			
				
					
						
							
							
								Nick Karnik 
							
						 
					 
					
						
						
							
						
						95d8473fef 
					 
					
						
						
							
							fix(challenges): Fixed import export related challenges  
						
						... 
						
						
						
						Closes  #16235  
					
						2017-12-29 18:38:22 -08:00 
						 
				 
			
				
					
						
							
							
								Niko 
							
						 
					 
					
						
						
							
						
						c6b030a417 
					 
					
						
						
							
							fix: Make semicolon optional ( #16364 )  
						
						
						
						
					 
					
						2017-12-29 14:56:52 +00:00 
						 
				 
			
				
					
						
							
							
								Ethan Arrowood 
							
						 
					 
					
						
						
							
						
						1dae80ad1b 
					 
					
						
						
							
							Refactor ES6 Challenges ( #16262 )  
						
						... 
						
						
						
						* fix(challenges): Add function scope of use strict
Refactored first 13 challenges with function scope `"use strict";`
syntax
Closes  #16254 
fix(challenges): Refactor ES6 challenges
Refactored ES6 challenges up to 22 to use function scope `"use strict";`
test(challenges): QA ES6 Challenges
Refactored es6 challenges getting tested and QA'd
fix(challenges): QA remaining ES6 challenges
* refactor(challenges): Quick edit for ES6 challenges
More changes to come. This commit solves issues addressed by Quincy
* refactor(challenges): ES6 Textual refactor
Textual refactor. Improved challenge test messages to be more
explanatory 
						
						
					 
					
						2017-12-22 22:17:05 -06:00 
						 
				 
			
				
					
						
							
							
								Kristofer Koishigawa 
							
						 
					 
					
						
						
							
						
						2109845ac1 
					 
					
						
						
							
							fix(seed/challenges): Change cash register algorithm ( #16244 )  
						
						... 
						
						
						
						Edited the description and tests so that freeCodeCamp users learn to
write functions that return a similar data structure type each time.
BREAKING CHANGE: None.
Closes  #16083  
						
						
					 
					
						2017-12-22 22:15:16 -06:00 
						 
				 
			
				
					
						
							
							
								Ethan Arrowood 
							
						 
					 
					
						
						
							
						
						0cdf478f0e 
					 
					
						
						
							
							test(challenges): Test ES6 challenge ( #16201 )  
						
						... 
						
						
						
						* test(challenges): Test ES6 challenge
Added tests to 3rd ES6 challenge
* test(challenges): ES6 challenges
* test(challenges): ES6 chall c11-c15
* test(challenges): ES6 chall c16-c20
* test(challenges): ES6 chall c21-c27
* test(challenges): Refactor ES6 challenges
Update tests to use getUserInput. Remove test for arrow function use
Closes  #16207 
* test(challenges): Fix falsey case
Add proper getUserInput syntax for !code.match tests
Closes  #16207 
* test(challenges): QA ES6 Challenges
QA and edit for ES6 challenges 1 - 18
Closes  #16207  
						
						
					 
					
						2017-12-21 14:38:28 -06:00 
						 
				 
			
				
					
						
							
							
								Jonathan Grah 
							
						 
					 
					
						
						
							
						
						674ce83ab0 
					 
					
						
						
							
							feat(cert): Certificates ( #16185 )  
						
						... 
						
						
						
						* feat(cert): finished layout and design of legacy certificates
* feat(cert): added new certs
* feat(cert): added logic for new certs
* feat(cert): updated claiming challenges
* feat(cert): fixed various small issues
* feat(cert): completed suggested changes 
						
						
					 
					
						2017-12-20 19:15:23 -06:00 
						 
				 
			
				
					
						
							
							
								Jonathan Grah 
							
						 
					 
					
						
						
							
						
						012f8f7a8b 
					 
					
						
						
							
							Merge pull request  #16199  from QuincyLarson/feature/add-algorithm-projects  
						
						... 
						
						
						
						feat(seed): Move required projects into new algorithm projects 
						
						
					 
					
						2017-12-20 19:09:31 +00:00 
						 
				 
			
				
					
						
							
							
								mpontus 
							
						 
					 
					
						
						
							
						
						5ee49d6f88 
					 
					
						
						
							
							fix(seed): Update description for basic-javascript/word-blanks ( #16206 )  
						
						... 
						
						
						
						Pulling changes from commit 54c11a0de9 
						
						
					 
					
						2017-12-19 15:46:30 -06:00 
						 
				 
			
				
					
						
							
							
								Quincy Larson 
							
						 
					 
					
						
						
							
						
						306e6bb494 
					 
					
						
						
							
							feat(seed): Move required projects into new algorithm projects  
						
						
						
						
					 
					
						2017-12-15 15:22:19 -06:00 
						 
				 
			
				
					
						
							
							
								Sunny 
							
						 
					 
					
						
						
							
						
						1720c61753 
					 
					
						
						
							
							feat(challenges): Adds do...while challenge to basic JS challenges ( #16068 )  
						
						... 
						
						
						
						* feat(challenges): Adds do...while challenge to basic JS challenges
Closes  #14948 
* fix: Update id for challenge in correct format 
						
						
					 
					
						2017-12-15 10:14:22 -06:00 
						 
				 
			
				
					
						
							
							
								rcohane 
							
						 
					 
					
						
						
							
						
						d52efaec8d 
					 
					
						
						
							
							fix(challenges): Fix 'only subtract one number' test ( #16173 )  
						
						... 
						
						
						
						Closes  #13103  
					
						2017-12-12 02:07:40 +05:30 
						 
				 
			
				
					
						
							
							
								Colin Thornton 
							
						 
					 
					
						
						
							
						
						1deb45a122 
					 
					
						
						
							
							chore(seed/challenges): Change misleading variable name in example  
						
						... 
						
						
						
						Changed variable named "thisVariableNameIsTooLong" to
"thisVaribaleNameIsSoLong"
Closes  #16165  
						
						
					 
					
						2017-12-09 21:04:01 +05:30 
						 
				 
			
				
					
						
							
							
								Will Garcia 
							
						 
					 
					
						
						
							
						
						0965099148 
					 
					
						
						
							
							fix: add 2nd regex check for bracket notation  
						
						
						
						
					 
					
						2017-12-09 12:40:44 +05:30 
						 
				 
			
				
					
						
							
							
								scissorsneedfoodtoo 
							
						 
					 
					
						
						
							
						
						72fe47c609 
					 
					
						
						
							
							fix(challenges): Change regular expressions match characters that o  
						
						... 
						
						
						
						Originally the challenge's example code was a little unclear about what
the * character does. Also, the challenge could be solved without using
the * character.
BREAKING CHANGE: None
Closes  #16119  
						
						
					 
					
						2017-12-03 00:18:30 +09:00 
						 
				 
			
				
					
						
							
							
								manish-giri 
							
						 
					 
					
						
						
							
						
						a6d031a0f6 
					 
					
						
						
							
							fix(challenges): Improve description in existing object challenges  
						
						
						
						
					 
					
						2017-11-01 10:28:47 +05:30 
						 
				 
			
				
					
						
							
							
								mrugesh mohapatra 
							
						 
					 
					
						
						
							
						
						0874376815 
					 
					
						
						
							
							Merge pull request  #15751  from DusanSacha/feature/add-basis-js-challenge-return-undefined  
						
						... 
						
						
						
						feat(seed): Add new Basis JS Challenge Return Undefined 
						
						
					 
					
						2017-10-20 19:58:31 +05:30 
						 
				 
			
				
					
						
							
							
								Edward Weymouth 
							
						 
					 
					
						
						
							
						
						5214371ef1 
					 
					
						
						
							
							fix(seed-update): browser console, fCC Console, functionality of both ( #15660 )  
						
						
						
						
					 
					
						2017-10-17 13:41:46 -04:00 
						 
				 
			
				
					
						
							
							
								Manish Giri 
							
						 
					 
					
						
						
							
						
						e88af5c0e8 
					 
					
						
						
							
							fix(challenges): Improve Word Blanks on staging ( #15901 )  
						
						
						
						
					 
					
						2017-09-21 13:11:31 -05:00 
						 
				 
			
				
					
						
							
							
								Dylan 
							
						 
					 
					
						
						
							
						
						4c016216b9 
					 
					
						
						
							
							Merge pull request  #15794  from Bouzmine/fix/dot-notation  
						
						... 
						
						
						
						Change "dot operator" to "dot notation" 
						
						
					 
					
						2017-09-15 21:19:25 -05:00 
						 
				 
			
				
					
						
							
							
								Francis Clavette 
							
						 
					 
					
						
						
							
						
						06611c129a 
					 
					
						
						
							
							refactor(challenges): Change dot operator to notation  
						
						
						
						
					 
					
						2017-09-15 19:54:49 -04:00 
						 
				 
			
				
					
						
							
							
								Shubham Sharma 
							
						 
					 
					
						
						
							
						
						f0124b9dfb 
					 
					
						
						
							
							fix(challenges): Improve wording of description ( #15873 )  
						
						... 
						
						
						
						changed the description of the challenge to make campers understand the
task better
Closes  #14306  
						
						
					 
					
						2017-09-11 17:55:58 -05:00 
						 
				 
			
				
					
						
							
							
								DusanSacha 
							
						 
					 
					
						
						
							
						
						4a19a6d370 
					 
					
						
						
							
							feat(seed): Add new Basis JS Challenge Return Undefined  
						
						... 
						
						
						
						Add new Bassis JS Challenge Return Undefined with all Change Requests 
						
						
					 
					
						2017-09-04 14:15:38 +02:00 
						 
				 
			
				
					
						
							
							
								Dylan 
							
						 
					 
					
						
						
							
						
						144ff5f4e4 
					 
					
						
						
							
							fix test on es6 export default ( #15627 )  
						
						
						
						
					 
					
						2017-09-04 10:16:50 +02:00 
						 
				 
			
				
					
						
							
							
								Beau Carnes 
							
						 
					 
					
						
						
							
						
						0fcaccdc3c 
					 
					
						
						
							
							Merge branch 'feat/object-freeze-challenge' into staging  
						
						
						
						
					 
					
						2017-09-01 19:18:01 -07:00 
						 
				 
			
				
					
						
							
							
								Beau Carnes 
							
						 
					 
					
						
						
							
						
						45c2c73033 
					 
					
						
						
							
							fix(seed): Fix typos  
						
						
						
						
					 
					
						2017-09-01 19:15:29 -07:00 
						 
				 
			
				
					
						
							
							
								Beau Carnes 
							
						 
					 
					
						
						
							
						
						618e164063 
					 
					
						
						
							
							Merge branch 'feature/object-freeze-challenge' of  https://github.com/adityaparab/FreeCodeCamp  into adityaparab-feature/object-freeze-challenge  
						
						
						
						
					 
					
						2017-09-01 18:58:57 -07:00 
						 
				 
			
				
					
						
							
							
								Berkeley Martinez 
							
						 
					 
					
						
						
							
						
						956bacf0e5 
					 
					
						
						
							
							Merge pull request  #15373  from dhcodes/fix/tests-inc-dec  
						
						... 
						
						
						
						change tests to reflect desired solution 
						
						
					 
					
						2017-09-01 18:15:32 -07:00 
						 
				 
			
				
					
						
							
							
								Timo 
							
						 
					 
					
						
						
							
						
						dcfe18d5d5 
					 
					
						
						
							
							refactor: Replace .com with .org  
						
						
						
						
					 
					
						2017-08-26 00:07:44 +02:00