camperbot
57544bd876
chore(i18n,learn): processed translations ( #49124 )
2023-01-25 12:15:52 +05:30
camperbot
ced07aef3b
chore(i18n,learn): processed translations ( #49053 )
2023-01-17 08:45:16 -06:00
camperbot
4ca379f53b
chore(i18n,learn): processed translations ( #48997 )
2023-01-12 05:58:37 +09:00
Oliver Eyton-Williams
4054cf8d06
fix: update comment to match dictionary ( #48900 )
2023-01-03 16:13:56 +05:30
camperbot
f1d4deedbb
chore(i18n,learn): processed translations ( #48625 )
2022-11-29 20:27:18 +02:00
camperbot
6ba84c091a
chore(i18n,learn): processed translations ( #48570 )
2022-11-22 13:13:32 -06:00
camperbot
306df9dba6
chore(i18n,learn): processed translations ( #48532 )
2022-11-18 13:12:24 -08:00
camperbot
5a771bf524
chore(i18n,learn): processed translations ( #48443 )
2022-11-09 19:48:43 +05:30
camperbot
984a1845a2
chore(i18n,learn): processed translations ( #48428 )
2022-11-08 07:03:26 -08:00
camperbot
d2eddd791f
chore(i18n,learn): processed translations ( #48263 )
2022-10-26 12:51:22 -07:00
camperbot
e3c137263c
chore(i18n,learn): processed translations ( #48171 )
2022-10-21 23:34:50 +05:30
camperbot
41bbc30b94
chore(i18n,learn): processed translations ( #48105 )
2022-10-18 12:59:49 +05:30
camperbot
960eb4bb31
chore(i18n,learn): processed translations ( #47963 )
2022-10-10 12:35:19 -07:00
camperbot
dd03da4f51
chore(i18n,learn): processed translations ( #47434 )
2022-09-07 14:34:53 +02:00
camperbot
29607c1522
chore(i18n,learn): processed translations ( #47114 )
2022-08-02 17:16:54 +05:30
camperbot
76321e5acb
chore(i18n,learn): processed translations ( #46369 )
2022-06-06 07:55:35 -07:00
camperbot
f7e4a374e0
chore(i18n,learn): processed translations ( #46177 )
2022-05-27 08:24:36 -07:00
camperbot
a5c688652b
chore(i18n,learn): processed translations ( #46161 )
2022-05-26 21:50:33 +05:30
camperbot
189b4c3bff
chore(i18n,learn): processed translations ( #45991 )
2022-05-16 07:06:15 -07:00
camperbot
41e3320897
chore(i18n,learn): processed translations ( #45774 )
2022-04-27 08:57:55 -07:00
camperbot
3add6077ad
chore(i18n,learn): processed translations ( #45504 )
2022-03-23 15:22:04 +01:00
camperbot
1036cde22e
chore(i18n,learn): processed translations ( #45493 )
2022-03-21 17:55:58 +01:00
camperbot
0d26a9e29d
chore(i18n,learn): processed translations ( #45235 )
2022-02-25 03:41:18 +09:00
camperbot
74f84ff48a
chore(i18n,learn): processed translations ( #45223 )
2022-02-23 13:10:00 +00:00
camperbot
23d706f3e6
chore(i18n,learn): processed translations ( #45084 )
2022-02-12 07:31:07 -08:00
camperbot
9385d7997b
chore(i18n,curriculum): update translations ( #44138 )
2021-11-06 08:56:52 -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
0654bd92b0
chore(i18n,curriculum): update translations ( #43881 )
2021-10-18 08:17:43 -07:00
camperbot
504ed3a917
chore(i18n,curriculum): update translations ( #43661 )
2021-10-03 20:24:27 +01:00
camperbot
b38ddc0fd6
chore(i18n,curriculum): update translations ( #43633 )
2021-09-30 16:29:50 +02:00
camperbot
2012ad3035
chore(i18n,curriculum): update translations ( #43534 )
2021-09-22 16:34:59 +01:00
camperbot
374876325e
chore(i18n,curriculum): update translations ( #43332 )
2021-08-31 09:47:25 -07:00
camperbot
d683955e5a
chore(i18n,curriculum): update translations ( #43132 )
2021-08-06 08:02:45 -07:00
camperbot
594adf02c1
chore(i18n,curriculum): update translations ( #43078 )
2021-07-30 07:57:21 -07:00
Mrugesh Mohapatra
7eb0630f2d
chore(i18n,chn): manually downloaded curriculum ( #42858 )
2021-07-15 13:04:11 +05:30
camperbot
2e346b1082
chore(i18n,curriculum): update translations ( #42684 )
2021-06-30 20:47:19 +05:30
camperbot
5cb3cff877
chore(i18n,curriculum): processed translations ( #42545 )
2021-06-17 07:49:01 -07:00
camperbot
7a0d7e603b
chore(i18n,curriculum): processed translations ( #42478 )
2021-06-14 07:47:03 -07:00
camperbot
7d1e9af9df
chore(i18n,curriculum): update translations ( #42323 )
2021-06-02 12:46:30 +02:00
camperbot
3d91eae3e5
chore(i18n,curriculum): processed translations ( #42162 )
2021-05-17 19:00:24 +05:30
camperbot
253f30b205
chore(i18n,curriculum): update translations ( #42070 )
2021-05-09 21:42:02 +02:00
camperbot
2762d4b8e5
chore(i18n,curriculum): update translations ( #41945 )
2021-04-29 08:43:46 -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
camperbot
c1ee2720b3
chore(i18n,curriculum): update translations ( #41787 )
2021-04-09 09:58:02 -07:00
camperbot
d7bc7a945b
chore: update translations ( #41737 )
2021-04-05 08:04:04 -07:00
camperbot
7615ddf702
chore(i8n,curriculum): processed translations ( #41551 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-22 06:52:28 -07:00
camperbot
843eb81632
chore(i8n,curriculum): processed translations ( #41504 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-16 07:41:19 -07:00
camperbot
903a301849
chore(i8n,curriculum): processed translations ( #41490 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-14 21:20:39 -06:00
camperbot
5e563329ad
chore(i8n,learn): processed translations ( #41462 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-13 10:31:57 -07:00