HenMoshe 
							
						 
					 
					
						
						
							
						
						d3304276ca 
					 
					
						
						
							
							fix(curriculum) : Make tests stricter for challenge "Decrement a number with javascript" ( #45242 )  
						
						... 
						
						
						
						* Make tests stricter for challenge "Decrement a number with javascript" #44648 
* Update decrement-a-number-with-javascript.md 
						
						
					 
					
						2022-03-09 22:47:02 -06:00 
						 
				 
			
				
					
						
							
							
								Naomi Carrigan 
							
						 
					 
					
						
						
							
						
						1c65d5d34a 
					 
					
						
						
							
							fix(curriculum): remove callback thereby stripping js comments ( #45133 )  
						
						... 
						
						
						
						* fix: strip js comments
* fix: revert helper export, better test approach
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com > 
						
						
					 
					
						2022-02-24 16:29:56 +05:30 
						 
				 
			
				
					
						
							
							
								HenMoshe 
							
						 
					 
					
						
						
							
						
						ea416b6dc2 
					 
					
						
						
							
							fix(curriculum): add result of comparison expression evaluation to the inline comment ( #45224 )  
						
						... 
						
						
						
						* Add result of comparison expression evaluation in the inline comment #45183 
* Apply suggestions from code review
thanks!
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com >
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com > 
						
						
					 
					
						2022-02-23 18:58:42 +01:00 
						 
				 
			
				
					
						
							
							
								zelf0 
							
						 
					 
					
						
						
							
						
						3668422083 
					 
					
						
						
							
							fix: add divider to stand in line challenge in basic javascript section ( #45180 )  
						
						... 
						
						
						
						* Fix: Update grammar in PR documnetation
* fix: add divider to stand in line challenge in basic javascript section
* Undo change outside of scope 
						
						
					 
					
						2022-02-21 22:44:27 +05:30 
						 
				 
			
				
					
						
							
							
								Jagruti Tiwari 
							
						 
					 
					
						
						
							
						
						9b7d7ba716 
					 
					
						
						
							
							fix(curriculum): inconsistancy on const Naming cases ( #45149 )  
						
						
						
						
					 
					
						2022-02-17 11:35:16 -08:00 
						 
				 
			
				
					
						
							
							
								Madhu Sudhan Reddy Vinta 
							
						 
					 
					
						
						
							
						
						0a895dad47 
					 
					
						
						
							
							fix(curriculum): make example less confusing ( #45088 )  
						
						... 
						
						
						
						* Local scope and functions: Make the example less confusing
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/local-scope-and-functions.md
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com > 
						
						
					 
					
						2022-02-11 12:08:46 -08:00 
						 
				 
			
				
					
						
							
							
								sanberkzulfikar 
							
						 
					 
					
						
						
							
						
						50b554470d 
					 
					
						
						
							
							fix(curriculum): wording consistency in counting-cards.md ( #44390 )  
						
						
						
						
					 
					
						2021-12-08 07:32:56 -08:00 
						 
				 
			
				
					
						
							
							
								Michał Urbanek 
							
						 
					 
					
						
						
							
						
						9920b7c83c 
					 
					
						
						
							
							fix(curriculum): point to all lines requiring change ( #44056 )  
						
						... 
						
						
						
						* fix comments for which place to edit
 solution should be placed in this line, previous comments was missleading.
as discussed in https://github.com/freeCodeCamp/freeCodeCamp/issues/44049 
* shorter comments
clear of not needed ward Only
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/declare-a-read-only-variable-with-the-const-keyword.md
letter fixes
Co-authored-by: Ilenia <nethleen@gmail.com >
* fix for spelling of Change
only letter change
* fix for italian language
all other languages
* revert
revert of changes that will be done in other place
* revert
Co-authored-by: Ilenia <nethleen@gmail.com > 
						
						
					 
					
						2021-10-29 12:37:01 +02:00 
						 
				 
			
				
					
						
							
							
								Oliver Eyton-Williams 
							
						 
					 
					
						
						
							
						
						da9e6ad0c1 
					 
					
						
						
							
							fix(curriculum): consts must be initialized  
						
						
						
						
					 
					
						2021-10-27 19:42:45 +05:30 
						 
				 
			
				
					
						
							
							
								Kristofer Koishigawa 
							
						 
					 
					
						
						
							
						
						bcc9beff1f 
					 
					
						
						
							
							feat(curriculum): introduce let and const earlier ( #43133 )  
						
						... 
						
						
						
						* fix: move "Explore Differences Between..." to basic JS, update seed and tests
* fix: resequence "Declare String Variables"
* fix: move "Declare a Read-Only Variable..." to basic JS, update seed and tests
* fix: revert changes to non-English "Explore Differences Between..." test text
* fix: revert test strings, solutions, and seeds for non-English challenges
* fix: update "Declare String Variables" description
* fix: sync quotation marks in description and seed
* fix: modify note in "Declare a Read-Only..." challenge
* fix: update operator and compound assignment challenges
* fix: update string challenges
* fix: update array and array method challenges
* fix: update function and scope challenges, resequence slightly
* fix: "Word Blanks" solution
* fix: add spacing to seed
* fix: concatenating += challenge spacing
* fix: appending variables to strings spacing
* fix: find the length of a string spacing
* fix: removed instances of removedFromMyArray = 0
* fix: switch challenges
* fix: function argument and param spacing
* fix: update counting cards, object challenges, and record collection
* fix: finish rest of Basic JS section
* fix: introducing else statements solution
* fix: update spacing and wording
* fix: update wording for const challenge
* fix: update functional programming challenges
* fix: intermediate algorithms and cert challenges
* fix: revert some spacing and remove comments for fp challenge solutions
* feat: add notes with links to moved let and const challenges in first two es6 challenges
* fix: update es6 intro text
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/concatenating-strings-with-the-plus-equals-operator.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/finding-a-remainder-in-javascript.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/global-scope-and-functions.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/functional-programming/implement-map-on-a-prototype.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/declare-a-read-only-variable-with-the-const-keyword.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* fix: concatenating strings with plus operator seed
* fix: add comments back to Declare a Read-Only Variable... seed
* feat: add es6 to basic javascript redirect tests for let and const challenges
* fix: revert "Concatenating Strings with Plus Operator" seed
* fix: move test file to cypress/integration/learn/redirects, separate redirect tests
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com > 
						
						
					 
					
						2021-10-25 17:55:58 +01:00 
						 
				 
			
				
					
						
							
							
								Riadh Laabidi 
							
						 
					 
					
						
						
							
						
						304f245cd2 
					 
					
						
						
							
							fix(curriculum): Remove outdated video ( #43685 )  
						
						... 
						
						
						
						* Remove outdated video from testing objects for properties challenge
* Remove outdated video from testing objects for properties challenge 
						
						
					 
					
						2021-10-02 18:51:15 +02:00 
						 
				 
			
				
					
						
							
							
								Aaron McCollum 
							
						 
					 
					
						
						
							
						
						badeb6e2df 
					 
					
						
						
							
							fix(curriculum): reworded grammar to do without hyphen ( #43487 )  
						
						... 
						
						
						
						Suggesting the removal of "-" on line 29 in the description, as the comma before "such" is sufficient to separate the examples from the rest of the sentence. 
						
						
					 
					
						2021-09-18 13:13:05 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Lehmann 
							
						 
					 
					
						
						
							
						
						5371af7767 
					 
					
						
						
							
							fix(learn): removed space from first sentence and added instruction to basic javascript challenges ( #43198 )  
						
						... 
						
						
						
						* sheesh
* added markdown formatting to challenge
* added formatting to keep space in concatenating strings with the plus equals operator
* Delete husky.sh
* added back in italian dictionary
* removed code formatting
* updating text formatting for challenges, removed space and added instruction
Co-authored-by: Pat Lehmann <patrick.lehmann@homes.com > 
						
						
					 
					
						2021-08-24 10:26:45 -07:00 
						 
				 
			
				
					
						
							
							
								abfipes 
							
						 
					 
					
						
						
							
						
						db1a92611a 
					 
					
						
						
							
							fix(curriculum): repair of a small logical underdevelopment ( #43116 )  
						
						... 
						
						
						
						* repair of a small logical underdevelopment 
a> b is false if a == b
* Apply suggestions (fix small typo )
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com >
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com > 
						
						
					 
					
						2021-08-05 14:54:32 +02:00 
						 
				 
			
				
					
						
							
							
								Innocent V.I 
							
						 
					 
					
						
						
							
						
						ac2fe62eef 
					 
					
						
						
							
							fixed create-decimal-numbers-with-javascript challenge external link ( #42801 )  
						
						
						
						
					 
					
						2021-07-09 09:02:47 -05:00 
						 
				 
			
				
					
						
							
							
								dogfood654 
							
						 
					 
					
						
						
							
						
						e5505cbe7b 
					 
					
						
						
							
							fix(curriculum): minor indentation for readability ( #42451 )  
						
						... 
						
						
						
						* Fixed minor indentation for readability
* amended to 2 indentation 
						
						
					 
					
						2021-06-16 14:35:34 +01:00 
						 
				 
			
				
					
						
							
							
								Ilenia 
							
						 
					 
					
						
						
							
						
						ce3ccc47d4 
					 
					
						
						
							
							fix(curriculum): remove unnecessary backticks ( #42458 )  
						
						
						
						
					 
					
						2021-06-12 20:53:45 +02:00 
						 
				 
			
				
					
						
							
							
								zoembrown 
							
						 
					 
					
						
						
							
						
						ca2f024aec 
					 
					
						
						
							
							fix(curriculum): fixed typo in challenge ( #42456 )  
						
						
						
						
					 
					
						2021-06-12 17:37:17 +02:00 
						 
				 
			
				
					
						
							
							
								Ilenia 
							
						 
					 
					
						
						
							
						
						28add4712a 
					 
					
						
						
							
							Remove backticks from around data types to ease translations ( #42403 )  
						
						
						
						
					 
					
						2021-06-08 14:03:16 +05:30 
						 
				 
			
				
					
						
							
							
								Rebekah Koon 
							
						 
					 
					
						
						
							
						
						5a3d22e76b 
					 
					
						
						
							
							fix(curriculum): changing Charles -> Ada in JavaScript challenge descriptions ( #42280 )  
						
						... 
						
						
						
						* changing Charles -> Ada in JavaScript challenge descriptions
* fix: changing Charles -> Ada in JavaScript challenge descriptions
* fix: changing firstName value from Ada to Augusta in javascript lesson 
						
						
					 
					
						2021-05-29 21:33:21 +05:30 
						 
				 
			
				
					
						
							
							
								alirezaghey 
							
						 
					 
					
						
						
							
						
						cbb7afd5b8 
					 
					
						
						
							
							fix(curriculum): correct link text ( #42143 )  
						
						... 
						
						
						
						* Small language improvement
The correct term is assignment operator.
* Small language improvement
Co-authored-by: Niraj Nandish <nirajnandish@icloud.com >
Co-authored-by: Niraj Nandish <nirajnandish@icloud.com > 
						
						
					 
					
						2021-05-15 17:10:19 +02:00 
						 
				 
			
				
					
						
							
							
								alirezaghey 
							
						 
					 
					
						
						
							
						
						79e799feb5 
					 
					
						
						
							
							fix(curriculum): scoping variables language improvement ( #42135 )  
						
						
						
						
					 
					
						2021-05-14 09:02:54 -07:00 
						 
				 
			
				
					
						
							
							
								Evgeny Klimenchenko 
							
						 
					 
					
						
						
							
						
						db369fbed1 
					 
					
						
						
							
							fix(client): remove JS comments from user code for tests ( #41873 )  
						
						... 
						
						
						
						* Removes comments in js challanges by default
* fix local-scope-and-functions test regex
* fix all languages
* revert language changes
* removed unnecessary removeJSComments from challenges
* fix challanges in other languages
* removed removeJSComments from all challanges 
						
						
					 
					
						2021-04-28 10:18:54 -05:00 
						 
				 
			
				
					
						
							
							
								Jeremy L Thompson 
							
						 
					 
					
						
						
							
						
						6ae186a8cf 
					 
					
						
						
							
							fix(curriculum): record collection challenge - variable names shouldn't be keywords ( #41904 )  
						
						... 
						
						
						
						* style - update record collection challenge, variables shouldn't be name after keywords
* minor - typo fix
* Apply suggestions from code review
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com > 
						
						
					 
					
						2021-04-23 21:51:41 +02:00 
						 
				 
			
				
					
						
							
							
								Shaun Hamilton 
							
						 
					 
					
						
						
							
						
						4171277dc9 
					 
					
						
						
							
							fix(curriculum): clarify instructions for ouput ( #41839 )  
						
						
						
						
					 
					
						2021-04-16 20:33:58 +02:00 
						 
				 
			
				
					
						
							
							
								Karen Blacktopp 
							
						 
					 
					
						
						
							
						
						422bded413 
					 
					
						
						
							
							fix: remove quotation marks from 'Hi World' in Instructions ( #41837 )  
						
						
						
						
					 
					
						2021-04-16 10:36:59 +02:00 
						 
				 
			
				
					
						
							
							
								Emer Conghaile 
							
						 
					 
					
						
						
							
						
						fe95d5bca2 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary comments ( #41777 )  
						
						... 
						
						
						
						* Remove unnecessary comments
https://github.com/freeCodeCamp/freeCodeCamp/pull/41612 
* Remove unnecessary comment 
						
						
					 
					
						2021-04-08 10:59:25 -07:00 
						 
				 
			
				
					
						
							
							
								Emer Conghaile 
							
						 
					 
					
						
						
							
						
						87b0e5bb7a 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary comments ( #41781 )  
						
						... 
						
						
						
						* Remove unnecessary comments
https://github.com/freeCodeCamp/freeCodeCamp/pull/41612 
* Update the hints section 
						
						
					 
					
						2021-04-08 10:49:47 -07:00 
						 
				 
			
				
					
						
							
							
								Emer Conghaile 
							
						 
					 
					
						
						
							
						
						c4ba0c692f 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary comments ( #41776 )  
						
						... 
						
						
						
						* Remove unnecessary comments
* Remove last comment, change instruction wording 
						
						
					 
					
						2021-04-08 10:46:39 -07:00 
						 
				 
			
				
					
						
							
							
								Emer Conghaile 
							
						 
					 
					
						
						
							
						
						591a534701 
					 
					
						
						
							
							Remove unnecessary comments ( #41775 )  
						
						... 
						
						
						
						https://github.com/freeCodeCamp/freeCodeCamp/pull/41612  
					
						2021-04-08 09:40:34 -07:00 
						 
				 
			
				
					
						
							
							
								Emer Conghaile 
							
						 
					 
					
						
						
							
						
						a9a68fa498 
					 
					
						
						
							
							fix(curriculum): Remove unnecessary comments ( #41774 )  
						
						... 
						
						
						
						* fix: Remove unnecessary comments
https://github.com/freeCodeCamp/freeCodeCamp/pull/41612 
* Add empty line 
						
						
					 
					
						2021-04-08 09:36:05 -07:00 
						 
				 
			
				
					
						
							
							
								Saurabh Kumar singh 
							
						 
					 
					
						
						
							
						
						617f7b07e9 
					 
					
						
						
							
							Update iterate-through-an-array-with-a-for-loop ( #41742 )  
						
						... 
						
						
						
						* Update iterate-through-an-array-with-a-for-loop
* Update iterate-through-an-array-with-a-for-loop
Add space around minus for better readablilty.
* Update iterate-through-an-array-with-a-for-loop
* Update iterate-through-an-array-with-a-for-loop
* Update iterate-through-an-array-with-a-for-loop.md 
						
						
					 
					
						2021-04-08 09:56:49 -05:00 
						 
				 
			
				
					
						
							
							
								Nicholas Carrigan (he/him) 
							
						 
					 
					
						
						
							
						
						7d83a6b65d 
					 
					
						
						
							
							fix(curriculum): verbiage ( #41732 )  
						
						... 
						
						
						
						* fix(curriculum): verbiage
Modify the wording of the tests in this challenge to avoid having
two tests which sound the same.
* fix: Shaun's arrays have elements
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com > 
						
						
					 
					
						2021-04-03 23:00:15 +02:00 
						 
				 
			
				
					
						
							
							
								Sem Bauke 
							
						 
					 
					
						
						
							
						
						e75685f803 
					 
					
						
						
							
							fix(curriculum): change tests to allow more solutions ( #41703 )  
						
						... 
						
						
						
						* fix(curriculum) only allow  new object to be the second value in array
* fix(curriculum) remove direct array index notation
* Apply suggestions from Shaun
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com > 
						
						
					 
					
						2021-03-31 14:24:20 -07:00 
						 
				 
			
				
					
						
							
							
								Emer Conghaile 
							
						 
					 
					
						
						
							
						
						e5b4ae17a0 
					 
					
						
						
							
							fix: Simplify wording to make more sense ( #41586 )  
						
						... 
						
						
						
						* fix: Simplify wording to make more sense
I think that "count odd numbers backward by twos" instead of "count backward by twos by odd numbers" is easier to understand.
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/count-backwards-with-a-for-loop.md
I think that this variation sounds better than what I originally wrote.
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com > 
						
						
					 
					
						2021-03-25 22:18:51 +00:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						b5ed2619eb 
					 
					
						
						
							
							fix: replace inline code blocks ( #41576 )  
						
						
						
						
					 
					
						2021-03-26 02:37:48 +05:30 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						e18c6955b0 
					 
					
						
						
							
							fix(curriculum): Improve test to allow any valid function call for Write Reusable JavaScript with Functions challenge ( #41538 )  
						
						... 
						
						
						
						* fix: improve test to allow function call anywhere
* fix: force user to put console.log in function 
						
						
					 
					
						2021-03-20 12:23:32 +00:00 
						 
				 
			
				
					
						
							
							
								Arjun Yadav 
							
						 
					 
					
						
						
							
						
						3f1cd6eb33 
					 
					
						
						
							
							fixed the grammar of the description ( #41531 )  
						
						
						
						
					 
					
						2021-03-19 06:55:21 -06:00 
						 
				 
			
				
					
						
							
							
								Kelvin Sánchez 
							
						 
					 
					
						
						
							
						
						35a8f55515 
					 
					
						
						
							
							fix(learn): Remove unnecessary inline code tag in challenge ( #41428 )  
						
						... 
						
						
						
						* remove unnecessary inline code tag
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/comparison-with-the-less-than-or-equal-to-operator.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* improve challenge wording
* improve challenge wording
* keep wording consistency
* keep wording consistency between similar challenges
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com > 
						
						
					 
					
						2021-03-10 10:16:03 -08:00 
						 
				 
			
				
					
						
							
							
								Nicholas Carrigan (he/him) 
							
						 
					 
					
						
						
							
						
						c5bcebc724 
					 
					
						
						
							
							fix(learn): revert backslash change ( #41382 )  
						
						... 
						
						
						
						* fix(learn): revert backslash change
Crowdin resolved the issue with backslashes escaping backtics in
the markdown parser, so this reverts the workaround we implemented
for that bug.
* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/s-expressions.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com > 
						
						
					 
					
						2021-03-09 10:13:27 -06:00 
						 
				 
			
				
					
						
							
							
								Nicholas Carrigan (he/him) 
							
						 
					 
					
						
						
							
						
						77730ae209 
					 
					
						
						
							
							fix(learn): address translator comments ( #41381 )  
						
						... 
						
						
						
						* fix(learn): address translator comments
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/quoting-strings-with-single-quotes.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com > 
						
						
					 
					
						2021-03-09 08:15:26 -06:00 
						 
				 
			
				
					
						
							
							
								Andrew Cen 
							
						 
					 
					
						
						
							
						
						65cc800689 
					 
					
						
						
							
							fix: add blank lines on empty seeds ( #41348 )  
						
						
						
						
					 
					
						2021-03-03 13:14:28 -08:00 
						 
				 
			
				
					
						
							
							
								Nicholas Carrigan (he/him) 
							
						 
					 
					
						
						
							
						
						7117919d36 
					 
					
						
						
							
							chore(learn): audit javascript algorithms and data structures ( #41092 )  
						
						... 
						
						
						
						* chore(learn): audit basic algorithm scripting
* chore(learn): audit basic data structures
* chore(learn): audit basic javascript
* chore(learn): audit debugging
* chore(learn): audit es6
* chore(learn): audit functional programming
* chore(learn): audit intermidate algorithms
* chore(learn): audit js projects
* chore(learn): audit object oriented programming
* chore(learn): audit regex
* fix(learn): remove stray .
* fix(learn): string to code
* fix(learn): missed some
* fix(learn): clarify strings
Based on Randy's feedback, clarifies string instances where quotes
were removed in favour of back ticks.
* fix: apply suggestions - thanks Randy! :)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: non-suggestion comments
* chore(learn): remove comments from codes
Removes the comments from the description and instruction code
blocks to ensure that all relevant information is translatable.
* fix: Apply suggestions from code review
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com >
* fix: revert crowdin fix
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting/mutations.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: Apply suggestions from code review
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-destructuring-assignment-to-assign-variables-from-arrays.md
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com >
* fix: Apply suggestions from code review
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com >
* chore: change voice
* fix: Christopher Nolan
* fix: expressions would evaluate
* fix: will -> would
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/object-oriented-programming/add-methods-after-inheritance.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: to work to push
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-with-javascript-for-loops.md
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com >
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/object-oriented-programming/add-methods-after-inheritance.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com > 
						
						
					 
					
						2021-03-02 17:12:12 -07:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						b11dd87047 
					 
					
						
						
							
							fix: remove sentence not needed ( #41235 )  
						
						
						
						
					 
					
						2021-02-23 11:21:58 -06:00 
						 
				 
			
				
					
						
							
							
								Randell Dawson 
							
						 
					 
					
						
						
							
						
						f4bbe3f34c 
					 
					
						
						
							
							fix(learn): Updated code blocks to help with translation on two challenges ( #41217 )  
						
						
						
						
					 
					
						2021-02-22 11:21:59 +05:30 
						 
				 
			
				
					
						
							
							
								Alexander Heß 
							
						 
					 
					
						
						
							
						
						b12360d4a8 
					 
					
						
						
							
							Removed the hint  Fixes   #41192  ( #41215 )  
						
						... 
						
						
						
						* Removed the hint Fixes  #41192 
* Removed the blank line as suggested 
						
						
					 
					
						2021-02-21 13:36:14 -07:00 
						 
				 
			
				
					
						
							
							
								Kelvin Sánchez 
							
						 
					 
					
						
						
							
						
						f08174b5b1 
					 
					
						
						
							
							fix(learn): Remove unnecessary inline code tag in challenge ( #41177 )  
						
						... 
						
						
						
						Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com > 
						
						
					 
					
						2021-02-19 09:44:50 +05:30 
						 
				 
			
				
					
						
							
							
								Kelvin Sánchez 
							
						 
					 
					
						
						
							
						
						fad168b465 
					 
					
						
						
							
							fix(learn): fix some code tags, capitalization and punctuation in challenge ( #41161 )  
						
						... 
						
						
						
						* fix some code tags, capitalization and punctuation
Note: The reserved word in JavaScript is "boolean", so I think it is appropriate to use it like this inside the code tags.
* Remove code tags and capitalize first letter
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* capitalize letter and replace slash
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com > 
						
						
					 
					
						2021-02-18 08:45:12 -07:00 
						 
				 
			
				
					
						
							
							
								Kelvin Sánchez 
							
						 
					 
					
						
						
							
						
						2c1280af65 
					 
					
						
						
							
							fix(learn): Improve the clarity on a challenge sentence ( #41154 )  
						
						... 
						
						
						
						* Improve the clarity on a challenge sentence
* add string type and remove double quotes
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com > 
						
						
					 
					
						2021-02-18 08:29:31 -07:00 
						 
				 
			
				
					
						
							
							
								Kelvin Sánchez 
							
						 
					 
					
						
						
							
						
						1fe1371b16 
					 
					
						
						
							
							add missing inline-code block ( #41153 )  
						
						
						
						
					 
					
						2021-02-17 11:24:53 -08:00