Commit Graph

38 Commits

Author SHA1 Message Date
freeCodeCamp's Camper Bot
e6b05ee25d chore(i18n,learn): processed translations (#54537)
Co-authored-by: Naomi <nhcarrigan@gmail.com>
2024-04-26 12:26:37 +07:00
camperbot
df4e5f7aca chore(i18n,learn): processed translations (#53340)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2024-01-24 19:52:36 +01:00
camperbot
cd335b57cc chore(i18n,learn): processed translations (#51762) 2023-10-02 12:33:36 -05:00
camperbot
35af8365f2 chore(i18n,learn): processed translations (#51674) 2023-09-27 13:36:23 -05:00
camperbot
d435706822 chore(i18n,learn): processed translations (#51365) 2023-08-24 15:16:06 +02:00
camperbot
653426db51 chore(i18n,learn): processed translations (#50754) 2023-06-20 20:24:05 +09:00
camperbot
421b2bc0ae chore(i18n,learn): processed translations (#50589) 2023-06-04 22:58:35 +03:00
camperbot
b9be06aa0a chore(i18n,learn): processed translations (#50582) 2023-06-01 09:44:22 -07:00
camperbot
7209d535e8 chore(i18n,learn): processed translations (#50472) 2023-05-22 16:14:00 +02:00
camperbot
8e9606032c chore(i18n,learn): processed translations (#50444) 2023-05-19 13:29:05 +00:00
camperbot
a416802058 chore(i18n,learn): processed translations (#49710) 2023-03-14 10:37:42 -07:00
camperbot
0f9a1f74c9 chore(i18n,learn): processed translations (#49694) 2023-03-13 19:41:01 +05:30
camperbot
43295afc0a chore(i18n,learn): processed translations (#49545) 2023-02-28 08:08:50 -08:00
camperbot
5868e3766c chore(i18n,learn): processed translations (#49166) 2023-01-27 17:05:47 +02:00
camperbot
d96600f1f7 chore(i18n,learn): processed translations (#49150) 2023-01-26 09:03:56 -08:00
camperbot
cffdfc0d22 chore(i18n,learn): processed translations (#48815) 2022-12-21 10:11:08 -06:00
camperbot
68cbfb77e8 chore(i18n,learn): processed translations (#48804) 2022-12-20 09:00:39 -06:00
camperbot
15c122480f chore(i18n,learn): processed translations (#48686) 2022-12-07 17:19:56 +01:00
camperbot
214f87fb6c chore(i18n,learn): processed translations (#48620) 2022-11-28 17:00:52 +01:00
camperbot
ace897913c chore(i18n,learn): processed translations (#48594) 2022-11-25 15:18:14 +01:00
camperbot
084bf7600f chore(i18n,learn): processed translations (#48391) 2022-11-04 10:53:44 -05:00
camperbot
4e7d147a03 chore(i18n,learn): processed translations (#48380) 2022-11-03 14:47:19 -05:00
camperbot
7d5f67e384 chore(i18n,learn): processed translations (#48235) 2022-10-24 10:55:50 -07:00
camperbot
41bbc30b94 chore(i18n,learn): processed translations (#48105) 2022-10-18 12:59:49 +05:30
Oliver Eyton-Williams
2f6530325d revert(i18n,learn): processed translations (#47985)
This reverts commit bd21f4b483.
2022-10-11 23:56:51 +05:30
camperbot
bd21f4b483 chore(i18n,learn): processed translations (#47979) 2022-10-11 16:34:00 +02:00
camperbot
960eb4bb31 chore(i18n,learn): processed translations (#47963) 2022-10-10 12:35:19 -07:00
camperbot
f2ba8859f2 chore(i18n,learn): processed translations (#47869) 2022-10-06 20:19:26 +05:30
camperbot
dd03da4f51 chore(i18n,learn): processed translations (#47434) 2022-09-07 14:34:53 +02:00
camperbot
35ae1439f3 chore(i18n,learn): processed translations (#47228) 2022-08-09 11:35:15 -07:00
camperbot
b4c53aa4dd chore(i18n,learn): processed translations (#46711) 2022-06-29 16:36:55 +02:00
camperbot
5564dd017b chore(i18n,learn): processed translations (#45574) 2022-03-30 06:59:31 -07:00
camperbot
c1fb339bbc chore(i18n,curriculum): update translations 2021-10-27 21:47:35 +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
camperbot
ff58255b26 chore(i18n,curriculum): processed translations (#43760) 2021-10-07 21:38:50 +05:30
camperbot
c1faed1635 chore(i18n,curriculum): update translations (#43615) 2021-09-29 15:15:14 +00:00
camperbot
d107da3f1b chore(i18n,curriculum): update translations (#42620) 2021-06-24 19:50:20 +05:30
camperbot
b3af21d50f chore(i18n,curriculum): update translations (#42487)
* chore(i18n,curriculum): update translations

* chore: Italian to italian

Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
2021-06-14 11:34:20 -07:00