Lauren Van Sloun 
							
						 
					 
					
						
						
							
						
						4507a6b254 
					 
					
						
						
							
							Minor grammar fixes ( #36643 )  
						
						... 
						
						
						
						* Minor grammar fix 
						
						
					 
					
						2019-08-20 14:36:22 +01:00 
						 
				 
			
				
					
						
							
							
								Ai-Lyn Tang 
							
						 
					 
					
						
						
							
						
						24b3bed83f 
					 
					
						
						
							
							fix: add link to boilerplate Glitch file ( #36340 )  
						
						... 
						
						
						
						* Add link to boilerplate Glitch file
The boilerplate link is hard to see in the previous "introduction" page. I was using the old Glitch project link, and was confused.
When I googled for a solution, it was clear than others had also been quite confused. I believe this additional instruction will help many people.
* Direct people back to introduction page
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Remove unnecessary indentation
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Remove spaces on empty line
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Remove spaces on empty line
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Add empty line to fix markdown link
Markdown link needs a blank line to render correctly
* fix: add extra line to prevent linting error
* fix/remove-bullet-points
Co-authored-by: Randell Dawson <rdawson@onepathtech.com >
Co-authored-by: Tom <tmondloch01@gmail.com > 
						
						
					 
					
						2019-08-18 20:27:54 +05:30 
						 
				 
			
				
					
						
							
							
								rns350 
							
						 
					 
					
						
						
							
						
						1ad3abd50f 
					 
					
						
						
							
							feat(curriculum); added another challenge to help teach recursion ( #35966 )  
						
						... 
						
						
						
						* Squashed the removal of the before test section
* fix: changed blockquote triple backtick syntax
* fix: removed recursion explanation
* fix: changed meta title and thru to through
* fix: capitalize "after" in several strings 
						
						
					 
					
						2019-08-15 20:07:15 +09:00 
						 
				 
			
				
					
						
							
							
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						44804abeb5 
					 
					
						
						
							
							fix: Remove and update challenges with legacy methods ( #36444 )  
						
						
						
						
					 
					
						2019-08-15 01:22:41 +01:00 
						 
				 
			
				
					
						
							
							
								Tiago Salema 
							
						 
					 
					
						
						
							
						
						a305a3df9f 
					 
					
						
						
							
							componentWillReceiveProps is deprecated ( #35894 )  
						
						... 
						
						
						
						* componentWillReceiveProps is deprecated
Consider removing this lesson from the React tutorial, once this lifecycle method is now deprecated.
In case it isn't, a warning in the beginning should be displayed
* Removed also `componentWillReceiveProps` 
						
						
					 
					
						2019-08-13 09:14:10 -07:00 
						 
				 
			
				
					
						
							
							
								SomeDer 
							
						 
					 
					
						
						
							
						
						01c8554adc 
					 
					
						
						
							
							03-render-conditionally-from-props: use const ( #36551 )  
						
						
						
						
					 
					
						2019-08-12 18:17:39 +05:30 
						 
				 
			
				
					
						
							
							
								SomeDer 
							
						 
					 
					
						
						
							
						
						4ff5e6eff6 
					 
					
						
						
							
							Add code tag to test in extract-state-logic-to-redux ( #36553 )  
						
						
						
						
					 
					
						2019-08-12 10:50:13 +02:00 
						 
				 
			
				
					
						
							
							
								happyhappyyay 
							
						 
					 
					
						
						
							
						
						7bb6aa7605 
					 
					
						
						
							
							Typos fixed for readability ( #36577 )  
						
						... 
						
						
						
						* typo fixed
* fixed typos 
						
						
					 
					
						2019-08-11 12:26:32 -05:00 
						 
				 
			
				
					
						
							
							
								joelzehring 
							
						 
					 
					
						
						
							
						
						992fc8f1bf 
					 
					
						
						
							
							Update generate-an-array-of-all-object-keys-with-object.keys.english.md ( #36578 )  
						
						... 
						
						
						
						Method should act on any passed parameter rather than the specific object named in this problem. 
						
						
					 
					
						2019-08-11 11:42:19 -05:00 
						 
				 
			
				
					
						
							
							
								enrider 
							
						 
					 
					
						
						
							
						
						76bd5f4fc3 
					 
					
						
						
							
							Issue  #36564  update regex for spread operator ( #36565 )  
						
						... 
						
						
						
						* Issue #36564  update regex for spread operator
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-the-spread-operator-to-evaluate-arrays-in-place.english.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com > 
						
						
					 
					
						2019-08-06 14:56:48 -07:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						568f00e02a 
					 
					
						
						
							
							fix(curriculum): Added forumTopicId to remaining 1200 challeng… ( #36558 )  
						
						
						
						
					 
					
						2019-08-05 22:14:37 +05:30 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						3ec1fe8ea7 
					 
					
						
						
							
							feat: add forumTopicId to challenge frontmatter [pre-existing]  
						
						... 
						
						
						
						This commit adds the pre-existing challenge guide topics in the
forum to the forntmatter of their challenge markdown files. 
						
						
					 
					
						2019-08-05 22:14:37 +05:30 
						 
				 
			
				
					
						
							
							
								lasjorg 
							
						 
					 
					
						
						
							
						
						881be7121e 
					 
					
						
						
							
							fix(challenge): remove type coercion check for true and false return ( #36519 )  
						
						... 
						
						
						
						* fix(challenge): remove type coercion check for true and false return
* fix(challenge): use Chai methods for false/true check 
						
						
					 
					
						2019-07-30 08:33:37 -05:00 
						 
				 
			
				
					
						
							
							
								mrugesh 
							
						 
					 
					
						
						
							
						
						91df817cfe 
					 
					
						
						
							
							fix(guide) add stubs, update spellings and prepare for move ( #36531 )  
						
						... 
						
						
						
						* fix(guide) add stubs and correct file path misspellings and pr… (#36528 )
* fix: corrected file path to match curriculum
* fix: renamed to newer challenge name
* fix: added solutions to articles from challenge files
* fix: added missing .english to file name
* fix: added missing title to guide article
* fix: correct solution for guide article
* fix: replaced stub with hint
* fix: added space in Hint headers
* fix: added solution to guide article
* fix: added solution to guide article
* test: replaced stub with hint and solution
* fix: add Problem number: to title
* fix: changed generatorexponential to correct name
* fix: renamed knight's tour to knights-tour
* fix: updated guide article 
						
						
					 
					
						2019-07-30 00:25:58 +05:30 
						 
				 
			
				
					
						
							
							
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						e23c80a021 
					 
					
						
						
							
							fix: remove assert messages from gamma function ( #36530 )  
						
						
						
						
					 
					
						2019-07-29 17:38:29 +01:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						54a65d1bf0 
					 
					
						
						
							
							fix: correct titles for 5 challenges ( #36527 )  
						
						
						
						
					 
					
						2019-07-29 19:44:15 +05:30 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						ba6ae7154c 
					 
					
						
						
							
							fix: removed more assert msg arguments ( #36439 )  
						
						
						
						
					 
					
						2019-07-28 05:16:04 +01:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						a7eb800450 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary assert message argument from English Coding Interview Prep challenges - Project Euler - 04 ( #36418 )  
						
						... 
						
						
						
						* fix: removed assert msg argument-4
* fix: remove double quotes surrounding testString code
Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com > 
						
						
					 
					
						2019-07-27 07:34:19 -05:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						5cf3b458fa 
					 
					
						
						
							
							fix: removed assert msg argument-7 ( #36421 )  
						
						
						
						
					 
					
						2019-07-26 21:48:23 -05:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						6e40dd2e50 
					 
					
						
						
							
							fix: removed assert msg argument-6 ( #36420 )  
						
						
						
						
					 
					
						2019-07-26 21:45:56 -05:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						71e873128a 
					 
					
						
						
							
							fix: removed assert msg argument-5 ( #36419 )  
						
						
						
						
					 
					
						2019-07-26 21:41:55 -05:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						3e237f43ad 
					 
					
						
						
							
							fix: removed assert msg argument-3 ( #36417 )  
						
						
						
						
					 
					
						2019-07-26 21:30:17 -05:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						399705a37a 
					 
					
						
						
							
							fix: removed assert msg argument-2 ( #36416 )  
						
						
						
						
					 
					
						2019-07-26 21:26:37 -05:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						04f18e43f6 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary assert message argument from English Coding Interview Prep challenges - 02 ( #36412 )  
						
						... 
						
						
						
						* fix: removed assert msg argument
* fix: removed msgs surrounded by 2 single quotes
* fix: removed missing 2 assert msg arguments
* fix: remove msg surrounded by two single quotes
* fix: removed unnecessary assert msg args
* fix; remove msgs surrounded by double quotes
* fix: removed unnecessary assert msg args
* fix: remove unnecessary assert msg args
* fix: removed unnecessary assert msg arg
* fix: removed unnecessary assert msg args
* fix: removed unnecessary assert msg arg
* fix: removed unnecessary assert msg args
* fix: removed unnecessary assert msg args
* fix: removed unnecessary assert msg args
* fix: removed unnecessary assert msg args
* fix: removed unnecessary assert msg args
* fix: removed unnecessary assert msg arg
* fix: removed unnecessary assert msg args
* fix: Restore expected values to assertions
* fix: remove assertion message
Co-authored-by: Vivek Agrawal <vivekmittalagrawal@gmail.com > 
						
						
					 
					
						2019-07-26 14:24:52 +02:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						d73b94133a 
					 
					
						
						
							
							fix: removed assert msg argument ( #36415 )  
						
						
						
						
					 
					
						2019-07-25 17:44:15 +02:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						61baeb0cd6 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary assert message argument from English Coding Interview Prep challenges - 01 ( #36410 )  
						
						... 
						
						
						
						* fix: removed assert msg argument
* fix: remove msg surrounded by two single quotes
* fix: remove assert msg surrounded by double quotes
* fix: remove msg surrounded by double quotes 
						
						
					 
					
						2019-07-25 08:56:32 +02:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						a53d992613 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary assert message argument from English Front End Libraries challenges - 01 ( #36408 )  
						
						... 
						
						
						
						* fix: removed assert msg argument
* fix: removed more assert msg args
* fix: removed assert msg missed
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: correct indentation 
						
						
					 
					
						2019-07-25 08:53:37 +02:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						cbbfc08108 
					 
					
						
						
							
							fix: removed more assert msg args ( #36441 )  
						
						
						
						
					 
					
						2019-07-24 13:13:06 +01:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						ee97fa4542 
					 
					
						
						
							
							fix(curriculum): Remove additional unnecessary assert message argument from English Coding Interview Prep challenges ( #36440 )  
						
						... 
						
						
						
						* fix: removed more assert msg args
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
* fix: remove single quotes wrapping testString
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com > 
						
						
					 
					
						2019-07-24 13:09:23 +01:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						f2df76c099 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary assert message argument from English Front End Libraries challenges - 02 ( #36409 )  
						
						... 
						
						
						
						* fix: removed assert msg argument
* fix: removed more assert msg args
* fix: removed more assert msg args 
						
						
					 
					
						2019-07-24 13:07:46 +01:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						d0d8282f86 
					 
					
						
						
							
							fix(curriculum): Remove additional unnecessary assert message argument wrapped in double quotes from various curriculum sections ( #36457 )  
						
						... 
						
						
						
						* fix: remove double quoted assert msg arg - responsive
* fix: remove double quoted assert msg arg - js
* fix: remove double quoted assert msg arg - libraries
* fix: remove double quoted assert msg arg - coding interview 
						
						
					 
					
						2019-07-24 13:06:12 +01:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						8e6c26f271 
					 
					
						
						
							
							fix: removed assert msg argument ( #36407 )  
						
						
						
						
					 
					
						2019-07-24 12:54:35 +02:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						87615d2a7b 
					 
					
						
						
							
							fix: removed assert msg argument ( #36406 )  
						
						
						
						
					 
					
						2019-07-24 11:50:51 +02:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						e763330fc3 
					 
					
						
						
							
							fix: removed assert msg argument ( #36405 )  
						
						
						
						
					 
					
						2019-07-24 11:42:26 +02:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						1fa0dcb1e1 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary assert message argument from English challenges JavaScript Algorithms and Data Structures - 04 ( #36404 )  
						
						... 
						
						
						
						* fix: rm assert msg OOP
* fix: rm assert msg regular expressions 
						
						
					 
					
						2019-07-24 11:32:04 +02:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						d78168f7db 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary assert message argument from English challenges JavaScript Algorithms and Data Structures - 03 ( #36403 )  
						
						... 
						
						
						
						* fix: rm assert msg basic-data-structures
* fix: rm assert msg intermed-algo-scripting
* fix: rm assert msg data-structures projects 
						
						
					 
					
						2019-07-24 10:56:38 +02:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						5bf8527523 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary assert message argument from English challenges JavaScript Algorithms and Data Structures - 02 ( #36402 )  
						
						... 
						
						
						
						* fix: rm assert msg basic-algorithm-scripting
* fix: rm assert msg debugging
* fix: rm assert msg es6
* fix: rm assert msg functional-programming 
						
						
					 
					
						2019-07-24 10:47:32 +02:00 
						 
				 
			
				
					
						
							
							
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						55b5d22d68 
					 
					
						
						
							
							fix: use rounding to fix floating point comparison  
						
						
						
						
					 
					
						2019-07-22 17:10:54 +05:30 
						 
				 
			
				
					
						
							
							
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						6078081a3f 
					 
					
						
						
							
							feat: Add guide article and update its challenge ( #36371 )  
						
						... 
						
						
						
						* feat: Add guide article and update its challenge
* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-javascript/replace-loops-using-recursion/index.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-javascript/replace-loops-using-recursion/index.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-javascript/replace-loops-using-recursion/index.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-javascript/replace-loops-using-recursion/index.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: Stop hints from being hidden
* fix: Improve the wording.
* Update index.md
Fixed per suggestion
* Update index.md
Fixed per suggestion 
						
						
					 
					
						2019-07-19 16:14:28 -05:00 
						 
				 
			
				
					
						
							
							
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						b8593326b0 
					 
					
						
						
							
							fix: remove guide linting and fix failing challenges  
						
						
						
						
					 
					
						2019-07-19 15:30:17 +05:30 
						 
				 
			
				
					
						
							
							
								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