Lasse Jørgensen
18922fabe1
fix(curriculum): clarify challenge instructions ( #51475 )
2023-09-04 22:21:19 +07:00
Lasse Jørgensen
e9c0bafc0e
fix(curriculum): verbiage, return type, multiple arguments ( #51474 )
2023-09-04 12:58:01 +02:00
Naomi Carrigan
f286dd0bd6
fix(curriculum): update tests for spread challenge ( #51274 )
...
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2023-08-23 08:58:33 +02:00
Riya Dhawan
46596c54e4
fix(curriculum): test variable collision with common user variable ( #51355 )
2023-08-23 08:17:53 +02:00
Naomi Carrigan
42a2712041
fix(curriculum): remove yet another global variable ( #50959 )
2023-07-16 19:28:54 +07:00
Naomi Carrigan
d99a209123
feat: rewrite make a person challenge ( #50942 )
2023-07-11 14:06:40 -05:00
Oliver Eyton-Williams
918cabed2d
fix: remove comments again ( #50718 )
...
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com >
2023-06-17 23:19:55 +07:00
Abhishek Ranjan
5331994dbe
fix(curriculum): regex to handle whitespaces between spread operator and value ( #50678 )
2023-06-14 18:07:59 +02:00
Naomi Carrigan
2abd929426
fix(curriculum): rounding issue in getter/setter challenge ( #50560 )
2023-05-31 17:56:47 +05:30
DanielRosa74
45db398f89
fix(curriculum): proposed fix for some issues found in source files ( #50539 )
2023-05-28 10:21:35 +03:00
Naomi Carrigan
50e356378e
fix(curriculum): test that assignment is unchanged ( #50490 )
...
* fix(curriculum): test that assignment is unchanged
* chore: apply gikf's review
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
---------
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
2023-05-24 10:56:06 +02:00
Rabin Osti
129f629e10
fix(curriculum): array spread syntax example ( #50416 )
...
array literal spread syntax #50414 fixed
2023-05-18 11:05:06 -07:00
Faris Soliman
2d85fb6c71
fix(curriculum): added test case and resorted tests for arguments-optional page ( #50404 )
...
* fix: added test case and resorted tests
* fix: added test case and resorted tests
* updated test cases to match issue
2023-05-17 19:08:34 +02:00
EggSaled
69cd028cfc
fix(curriculum): test suite no longer dependent on user variable ( #50395 )
...
* fix(curriculum): test cases no longer depends on variable accessible to user
* fix (curriculum): removed comments from seed code
2023-05-16 11:46:09 -07:00
Lasse Jørgensen
1b69bbdaef
fix(curriculum): Be more explicit about using parameters ( #50269 )
2023-05-05 13:25:38 +02:00
Jeremy L Thompson
9f1637f55a
fix - clarify text, example, and seed code ( #50242 )
...
* fix - clarify text, example, and seed code
* fix missed variable
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-data-structures/iterate-through-the-keys-of-an-object-with-a-for...in-statement.md
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com >
---------
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com >
2023-05-05 06:31:11 +03:00
Jeremy L Thompson
4b2105a4d8
fix(curriculum): Reorder information in Record Collection challenge ( #50203 )
...
* reorder information in last bullet point
* wording adjustment
2023-04-27 18:47:36 -07:00
Jeremy L Thompson
a664664438
fix(curriculum): Minor Reword of Generate Random Whole Numbers with JavaScript ( #50101 )
...
* rearrange some deck chairs
---------
Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org >
2023-04-19 18:25:41 +00:00
Elian Doran
13ab1e9885
fix(curriculum): fix backspace in string escape sequences ( #50001 )
2023-04-08 13:22:30 +02:00
Gaurav Nainwal
c0eb4e6fac
fix(curriculum): revise intro "Selecting from Many Options with Switch Statements" ( #50000 )
2023-04-08 14:52:17 +05:30
a2937
3500a4c0d1
fix(curriculum): make logical AND/OR step more concise ( #49965 )
...
* Fix typos in js logical steps.
* Consistency across both pages.
2023-04-05 17:16:07 +00:00
Naomi Carrigan
8aa0432b18
chore(curriculum): no quotes in code strings ( #49936 )
...
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2023-04-03 20:29:27 +00:00
Rabin-Osti
b9fd70cdfc
fix: Improve wording in Record Collection instructions ( #49926 )
2023-04-03 12:09:29 -06:00
Mani Chandra Teja Gaddam
a62c7cd190
fix(curriculum): check for assignment operator ( #49904 )
...
fix(curriculum): updated third test to check for assignment operator
2023-03-31 11:14:36 +02:00
Jeremy L Thompson
e85510835c
fix(curriculum) - clearer RecordCollection instructions ( #49745 )
...
* fix - clearer RecordCollection instructions
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/record-collection.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
---------
Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2023-03-27 10:23:02 -07:00
Ian Vandeventer
982878948f
fix(curriculum): make string untranslatable in JS words blank challenge ( #49779 )
...
fix(curriculum): protect example from translation
2023-03-21 20:44:06 +01:00
Walid Mouaaouia
aab4c2e132
fix(curriculum): Changed the paragraph about map/filter/reduce in ES6 JS ( #49629 )
2023-03-11 06:44:12 +02:00
John
d25f19d153
fix(curriculum): clarify example switch statement ( #49592 )
2023-03-05 19:50:34 -08:00
a2937
3e2fd9d655
fix(cirriculum): adjust wording of error messages in "replacing-if-else-chains-with-switch" ( #49520 )
...
Adjust switch statement error message wording.
2023-02-27 16:15:38 -08:00
Steve Beecheno
854690b33e
fix(curriculum): removed confusing sentence ( #49538 )
...
fix(curriculum): removed confusing sentance
```diff
# --description--
...
- Nearly every object in JavaScript has a `prototype` property which is part of the constructor function that created it.
```
2023-02-27 16:13:45 -08:00
sumit shinde ( Roni )
123b2d54da
fix: replaced reduce method with for loop ( #49525 )
...
add: reaplaced reduce method to for loop
2023-02-27 11:44:42 +02:00
Surya Kanta Ghosh
83cae1d78e
fix(curriculum): ensure left alignment of output in translations ( #49524 )
...
* feat: change quotes into pre
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
---------
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
2023-02-27 08:10:18 +02:00
Azar
d6bad55e6d
fix(curriculum): remove grammatical mistakes ( #49426 )
...
fixes #49408
fixes the grammar of sentence 'will call the sum function, ....'. so it is clear who is doing the calling.
2023-02-23 18:37:50 +01:00
Santiago Pereyra Vázquez
f25c89fa68
fix(curriculum): fix Fibonacci sequence text ( #49452 )
...
Fixed sum-all-odd-fibonacci-numbers.md text
2023-02-21 08:47:23 +01:00
Rudi Colombi
b4cb4bf947
fix(curriculum): replace blockquotes with pre blocks ( #49384 )
...
* fix: replace blockquotes with code blocks
* fix: replace code blocks with pre elements as suggested
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
---------
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com >
2023-02-18 10:39:54 -08:00
javrrr
e69d78e51d
fix(curriculum): add test cases to ensure single whitespace ( #49417 )
...
* fix: update solutions regex to reflect test cases
---------
Co-authored-by: javrrr <javrrr@gmail>
2023-02-18 16:14:07 +02:00
hbar1st
f975728c63
fix(curriculum): remove instruction about run button click ( #49415 )
2023-02-18 00:19:08 +00:00
Sriparno Roy
b5fcc389f0
fix(curriculum): Fix awkward phrasing ( #49358 )
...
* Fix awkward phrasing
* Remove sentence
2023-02-13 21:38:27 +01:00
a2937
8d8a4d172e
chore(curriculum): Remove an incorrect sentence ( #49134 )
...
Chore: Remove an incorrect sentence
2023-01-25 15:04:38 +00:00
MhemedAbderrahmen
33c5bc9406
fix: removed special characters from RTL titles (english) ( #48998 )
...
fix: removed special characters from RTL titles
2023-01-24 11:43:41 +02:00
mdnavarro21
0126389f18
fix(curriculum): update javascript challenge description ( #48989 )
...
Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/48928
2023-01-11 10:39:12 +01:00
Oliver Eyton-Williams
4054cf8d06
fix: update comment to match dictionary ( #48900 )
2023-01-03 16:13:56 +05:30
Roy Gavrielov
2d15e768ff
fix(curriculum): Update title and text of rest elements challenge ( #48793 )
...
Update title and text of rest elements challenge
2022-12-20 12:22:36 +01:00
Lasse Jørgensen
25c257f4c8
fix(curriculum): switch from getUserInput to code ( #48676 )
2022-12-07 11:39:57 +04:00
Jeremy L Thompson
bafcaaa17d
fix(curriculum): Typo in map test description ( #48681 )
...
fix - typo in test description
2022-12-06 11:28:06 -08:00
Lasse Jørgensen
60189fb119
fix(curriculum): typo in test output ( #48677 )
2022-12-06 17:36:41 +01:00
Naomi Carrigan
2325cc5ee9
feat: add additional test cases ( #48628 )
2022-11-30 18:52:38 +00:00
ctbaird
7d90b9a179
fix(curriculum): replace instance of var with let ( #48610 )
...
fix(curriculum): replace var with let in scope challege english only
Co-authored-by: Catherine Baird <bairdc@cua.edu >
2022-11-28 13:46:50 +00:00
Rebecca Burch
53d6ea90fd
fix(curriculum): remove an extra space in a hint ( #48584 )
...
removed extra space between should and be in md
2022-11-24 19:43:19 +01:00
Jeremy L Thompson
cab8ecd8ba
fix(curriculum): More Open Ended Instructions ( #48575 )
...
reword - less is more
2022-11-24 19:42:10 +01:00