Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						7d4dc382b4 
					 
					
						
						
							
							fix(curriculum): format challenge markdown as per linting rules ( #36326 )  
						
						... 
						
						
						
						* fix: Format challenge markdown according to linting rules
* fix: Put spaces after section tags 
						
						
					 
					
						2019-07-19 15:30:17 +05:30 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						c387873640 
					 
					
						
						
							
							fix(curriculum): added extra line before </section> tag - Engl… ( #36278 )  
						
						
						
						
					 
					
						2019-07-19 15:30:17 +05:30 
						 
				 
			
				
					
						
							
							
								Ashrith Reddy 
							
						 
					 
					
						
						
							
						
						8e9014214a 
					 
					
						
						
							
							made semi-colon on basic-javascript challenge optional. ( #36465 )  
						
						... 
						
						
						
						* made closing operator optional.
* truncated unnecessary regex 
						
						
					 
					
						2019-07-18 08:07:17 -07:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						e9212c61d2 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary assert message argument from English challenges JavaScript Algorithms and Data Structures - 01 ( #36401 )  
						
						... 
						
						
						
						* fix: rm assert msg basic-javascript
* fix: removed more assert msg args
* fix: fixed verbiage
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com > 
						
						
					 
					
						2019-07-13 08:07:53 +01:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						9ce8bbb4c0 
					 
					
						
						
							
							fix/add-suggested-grammar-and-punctuation  
						
						
						
						
					 
					
						2019-07-12 22:44:23 +09:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						d3cf6f42dd 
					 
					
						
						
							
							fix/grammar+punctuation  
						
						
						
						
					 
					
						2019-07-12 22:44:23 +09:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						fa365a7f77 
					 
					
						
						
							
							fix/capitalization-in-title  
						
						
						
						
					 
					
						2019-07-12 22:44:23 +09:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						832cbc91b1 
					 
					
						
						
							
							fix/the-mess-I-made  
						
						
						
						
					 
					
						2019-07-12 22:44:23 +09:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						da254743cd 
					 
					
						
						
							
							feat/new-lessons-on-js-promises  
						
						
						
						
					 
					
						2019-07-12 22:44:23 +09:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						73bdff45fd 
					 
					
						
						
							
							fix(curriculum): Added a Recursion challenge to the Basic JavaScript section ( #35968 )  
						
						... 
						
						
						
						* fix: added a recursion challenge
* fix: changed blockquote to triple backtick syntax
* fix: added an extra line to separate code section
* fix: renamed challenge and improved verbiage
* fix: added full path to challenge
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: improved wording
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: added closing )
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: added missing comma and the word at
Co-Authored-By: Manish Giri <manish.giri.me@gmail.com >
* fix: added missing text for test case
Co-Authored-By: Manish Giri <manish.giri.me@gmail.com >
* fix: added note regarding startNum and endNum being same
* fix: wrapped parameter names with code tags 
						
						
					 
					
						2019-07-12 13:40:50 +02:00 
						 
				 
			
				
					
						
							
							
								lasjorg 
							
						 
					 
					
						
						
							
						
						f03f05d53d 
					 
					
						
						
							
							fix(challenge): rename challenge, change fields to properties, fix test ( #36338 )  
						
						... 
						
						
						
						* fix(challenge): rename challenge, change fields to properties, fix test
* fix(challenge): update challenge name in meta.json
* fix(challenge): update test and assertion message
* fix(challenge): update second assert message
* fix(challenge): remove the word Person from text 
						
						
					 
					
						2019-07-10 10:31:15 +02:00 
						 
				 
			
				
					
						
							
							
								organicdude 
							
						 
					 
					
						
						
							
						
						f65eea3dd6 
					 
					
						
						
							
							Increase language clarity in challenge "Basic Javascript: Iterate Through an Array with a For Loop" ( #36081 )  
						
						... 
						
						
						
						* Increase language clarity in the challenge.
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.english.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix/make-suggested-changes-on-behalf-of-author
* fix/add-empty-line-back-in 
						
						
					 
					
						2019-07-03 15:13:25 +05:30 
						 
				 
			
				
					
						
							
							
								Tom 
							
						 
					 
					
						
						
							
						
						50b45b9379 
					 
					
						
						
							
							Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/create-an-export-fallback-with-export-default.english.md  
						
						... 
						
						
						
						Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com > 
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						2e49aa02df 
					 
					
						
						
							
							fix/add-anonymous-function-example  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						9c1b83dd0c 
					 
					
						
						
							
							fix/add-tests+note-in-import-lesson  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						9199319ae1 
					 
					
						
						
							
							fix/build-error  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						9c249bf8be 
					 
					
						
						
							
							fix/build-error  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						d68475e7ea 
					 
					
						
						
							
							fix/build-error  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						61895e05f7 
					 
					
						
						
							
							fix/final-draft-before-reviews  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						f14f1bf750 
					 
					
						
						
							
							fix/rename-lessons  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						23d723a71f 
					 
					
						
						
							
							fix/add-tests  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						2e6cb9181a 
					 
					
						
						
							
							fix/revise-es6-import-export-lessons  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						6e8bbd169b 
					 
					
						
						
							
							fix/final-draft-before-reviews  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						956212cdc0 
					 
					
						
						
							
							fix/rename-lessons  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						8b5cc6d277 
					 
					
						
						
							
							fix/add-tests  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						8a579210e3 
					 
					
						
						
							
							fix/revise-es6-import-export-lessons  
						
						
						
						
					 
					
						2019-06-28 16:04:59 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						00b5ce97e3 
					 
					
						
						
							
							fix/verbiage  
						
						
						
						
					 
					
						2019-06-27 15:48:07 +08:00 
						 
				 
			
				
					
						
							
							
								Tom 
							
						 
					 
					
						
						
							
						
						72cb38a839 
					 
					
						
						
							
							Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-objects.english.md  
						
						... 
						
						
						
						Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com > 
						
						
					 
					
						2019-06-27 15:48:07 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						3b96f3e60d 
					 
					
						
						
							
							fix/terminology  
						
						
						
						
					 
					
						2019-06-27 15:48:07 +08:00 
						 
				 
			
				
					
						
							
							
								Tom 
							
						 
					 
					
						
						
							
						
						81758eeea6 
					 
					
						
						
							
							Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-nested-objects.english.md  
						
						... 
						
						
						
						Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com > 
						
						
					 
					
						2019-06-27 15:48:07 +08:00 
						 
				 
			
				
					
						
							
							
								Tom 
							
						 
					 
					
						
						
							
						
						d2c5cc7ff3 
					 
					
						
						
							
							Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-nested-objects.english.md  
						
						... 
						
						
						
						Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com > 
						
						
					 
					
						2019-06-27 15:48:07 +08:00 
						 
				 
			
				
					
						
							
							
								Tom 
							
						 
					 
					
						
						
							
						
						9f4799bba1 
					 
					
						
						
							
							Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-nested-objects.english.md  
						
						... 
						
						
						
						Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com > 
						
						
					 
					
						2019-06-27 15:48:07 +08:00 
						 
				 
			
				
					
						
							
							
								Tom 
							
						 
					 
					
						
						
							
						
						e58c512052 
					 
					
						
						
							
							Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-objects.english.md  
						
						... 
						
						
						
						Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com > 
						
						
					 
					
						2019-06-27 15:48:07 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						d0e5405e5c 
					 
					
						
						
							
							fix/make-tests-more-robust  
						
						
						
						
					 
					
						2019-06-27 15:48:07 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						21b411b855 
					 
					
						
						
							
							fix/bad-solution  
						
						
						
						
					 
					
						2019-06-27 15:48:07 +08:00 
						 
				 
			
				
					
						
							
							
								moT01 
							
						 
					 
					
						
						
							
						
						246ca16f32 
					 
					
						
						
							
							fix/es6-destructuring-reword+new-lesson  
						
						
						
						
					 
					
						2019-06-27 15:48:07 +08:00 
						 
				 
			
				
					
						
							
							
								Tom 
							
						 
					 
					
						
						
							
						
						51b5defb7e 
					 
					
						
						
							
							fix/regex-upper-and-lower-bounds-tests ( #36059 )  
						
						... 
						
						
						
						* fix/regex-upper-and-lower-bounds-tests
* fix/add-solution-back
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/regular-expressions/specify-upper-and-lower-number-of-matches.english.md
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com > 
						
						
					 
					
						2019-06-25 14:45:20 -07:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						3fa14df925 
					 
					
						
						
							
							fix: renamed folder without starting dash ( #36124 )  
						
						
						
						
					 
					
						2019-06-21 18:05:33 -04:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						f53ca79890 
					 
					
						
						
							
							fix: changed tests to allow other valid solutions ( #36210 )  
						
						
						
						
					 
					
						2019-06-21 18:04:30 -04:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						63a0fa745b 
					 
					
						
						
							
							fix: improved tests to allow more valid solutions ( #36193 )  
						
						
						
						
					 
					
						2019-06-20 17:09:46 -04:00 
						 
				 
			
				
					
						
							
							
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						2024e238fa 
					 
					
						
						
							
							feat(curriculum): Add basic recursion lesson ( #36200 )  
						
						... 
						
						
						
						Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-Authored-By: Manish Giri <manish.giri.me@gmail.com > 
						
						
					 
					
						2019-06-19 23:50:44 +05:30 
						 
				 
			
				
					
						
							
							
								Michał Kozłowski 
							
						 
					 
					
						
						
							
						
						8b40da02a3 
					 
					
						
						
							
							multiple ternary operator challenge - add note about code readability ( #36269 )  
						
						... 
						
						
						
						* fix multiple ternary operator challenge
* Fix a typo in multiple ternary operator challenger
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* Fix a typo in multiple ternary operator challenge #2 
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com > 
						
						
					 
					
						2019-06-15 19:06:56 +01:00 
						 
				 
			
				
					
						
							
							
								Siddhant Shekhar 
							
						 
					 
					
						
						
							
						
						c1d3817732 
					 
					
						
						
							
							fix : replaced test cases' string to make more sense ( #36170 )  
						
						
						
						
					 
					
						2019-06-06 15:53:31 -07:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						5a06b71ac4 
					 
					
						
						
							
							fix: modified tests text ( #36169 )  
						
						
						
						
					 
					
						2019-06-04 16:14:52 -04:00 
						 
				 
			
				
					
						
							
							
								Natalie Cardot 
							
						 
					 
					
						
						
							
						
						db1b435775 
					 
					
						
						
							
							Fix spelling ( #36111 )  
						
						... 
						
						
						
						"hachedEgg" -> "hatchedEgg" 
						
						
					 
					
						2019-05-22 17:42:44 -05:00 
						 
				 
			
				
					
						
							
							
								Varun 
							
						 
					 
					
						
						
							
						
						3a4402434b 
					 
					
						
						
							
							fix(curriculum): Update challenge instructions ( #36104 )  
						
						
						
						
					 
					
						2019-05-21 15:07:50 -07:00 
						 
				 
			
				
					
						
							
							
								Natalie Cardot 
							
						 
					 
					
						
						
							
						
						545b8a6f34 
					 
					
						
						
							
							Modify if statement ( #36088 )  
						
						... 
						
						
						
						* Modify if statement
Change the solution so an empty string is returned when num is less than 1 rather than less than 0 for consistency with instructions.
* Add test 
New test checks that if num is 0, an empty string is returned
* Fix test 
Fixing errors in newly proposed test that checks that empty string is returned when num is 0
* Modify intermediate solution
Changing if statement in intermediate solution to check whether num is less than 1 rather than less than 0. (Also adding curly brackets to that solutions if/else statements.)
* fix: removed unnecessary assert message arguments 
						
						
					 
					
						2019-05-20 21:08:20 -04:00 
						 
				 
			
				
					
						
							
							
								Natalie Cardot 
							
						 
					 
					
						
						
							
						
						39c43dbe8a 
					 
					
						
						
							
							Alter instructions ( #36099 )  
						
						... 
						
						
						
						Removing the word "below" since the object's properties are shown to the right of, not below, the challenge description/instructions. 
						
						
					 
					
						2019-05-20 19:11:17 -04:00 
						 
				 
			
				
					
						
							
							
								Tom 
							
						 
					 
					
						
						
							
						
						21118bc26a 
					 
					
						
						
							
							fix/regex-lower-number-of-matches ( #36004 )  
						
						... 
						
						
						
						* fix/regex-lower-number-of-matches
* fix/update-guide
* fix/convert-blockquote-to-backticks 
						
						
					 
					
						2019-05-17 23:53:00 +01:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						05f73ca409 
					 
					
						
						
							
							fix(curriculum): Convert blockquote elements to triple backtick syntax for JavaScript Algorithms and Data Structures ( #35992 )  
						
						... 
						
						
						
						* fix: convert js algorithms and data structures
* fix: revert some blocks back to blockquote
* fix: reverted comparison code block to blockquotes
* fix: change js to json
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: convert various section to triple backticks
* fix: Make the formatting consistent for comparisons 
						
						
					 
					
						2019-05-17 08:20:30 -05:00