Commit Graph

655 Commits

Author SHA1 Message Date
Sarah
b236d861fa fix(curriculum): test for the key value pair challenge (#52302)
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2023-11-12 12:28:48 +05:30
JeevaRamanathan
d4e65df8b0 fix(curriculum): Updated tests to allow local variables to end with first/last (#52200) 2023-11-03 22:27:11 +07:00
Web-Dev-Codi
96f0797769 Fix: Deleted space in between function name and parentheses. (#52142) 2023-10-28 02:35:07 +00:00
Marcel Ribeiro-Dantas
21ac8999af docs/fix(typos): Fix minor typos in English (#51853)
Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2023-10-14 04:16:15 +00:00
Vedaant Rajoo
dd05517242 fix(curriculum): add test for nested objects challenge (#51902)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-10-11 10:39:03 +02:00
Krzysztof G
3b25ed538b fix(curriculum): typos in curriculum code parts (#51884)
Co-authored-by: Viktor Szépe <viktor@szepe.net>
2023-10-10 10:12:37 +03:00
Krzysztof G
174865974b fix: text typos (#51876)
Co-authored-by: Viktor Szépe <viktor@szepe.net>
2023-10-09 19:36:27 +07:00
Faris Karim
fac5c52be2 fix: unreadable text in night mode (#51788) 2023-10-06 20:24:56 +02:00
surajkewat
59fc6dd186 fix(curriculum): improved sentence framing (#51658)
Co-authored-by: Suraj Kewat <suraj.kewat@getastra.com>
2023-09-26 20:52:26 +07:00
Jeremy L Thompson
e0036a1aaa Fix: Update Arguments Optional test to match instructions (#51510) 2023-09-19 13:51:21 -05:00
Riya Dhawan
6ab183f837 fix: destructuring issue fixed (#51345) 2023-09-06 06:16:48 +00:00
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