|
67768b057e
|
chore(i18n,learn): processed translations (#45679)
|
2022-04-13 23:42:58 +09:00 |
|
|
19152d19f8
|
chore(i18n,learn): processed translations (#45646)
|
2022-04-09 19:00:01 +09:00 |
|
|
caea3faf80
|
chore(i18n,learn): processed translations (#45633)
|
2022-04-07 11:26:53 +02:00 |
|
|
5564dd017b
|
chore(i18n,learn): processed translations (#45574)
|
2022-03-30 06:59:31 -07:00 |
|
|
3add6077ad
|
chore(i18n,learn): processed translations (#45504)
|
2022-03-23 15:22:04 +01:00 |
|
|
1036cde22e
|
chore(i18n,learn): processed translations (#45493)
|
2022-03-21 17:55:58 +01:00 |
|
|
4f8dad7662
|
chore(i18n,learn): processed translations (#45256)
|
2022-02-25 10:20:33 -03:00 |
|
|
0d26a9e29d
|
chore(i18n,learn): processed translations (#45235)
|
2022-02-25 03:41:18 +09:00 |
|
|
74f84ff48a
|
chore(i18n,learn): processed translations (#45223)
|
2022-02-23 13:10:00 +00:00 |
|
|
2d3ac85ebf
|
chore(i18n,learn): processed translations (#45192)
|
2022-02-19 23:41:19 +09:00 |
|
|
c934590548
|
chore(i18n,learn): processed translations (#45123)
|
2022-02-16 18:18:09 +01:00 |
|
|
796fb52421
|
chore(i18n,learn): processed translations (#45027)
|
2022-02-05 09:00:51 -08:00 |
|
|
5c868af2b8
|
chore(i18n,learn): processed translations (#44851)
|
2022-01-20 20:30:18 +01:00 |
|
|
ea344a5f9b
|
chore(i18n,learn): processed translations (#44805)
|
2022-01-17 14:35:14 +00:00 |
|
|
b7496d96dd
|
chore(i18n,learn): processed translations (#44750)
|
2022-01-11 08:57:22 -08:00 |
|
|
cb8e66cbb2
|
This PR was automagically generated by Crowdin. (#44733)
|
2022-01-09 15:06:03 +01:00 |
|
|
0473dedf47
|
chore(i18n,curriculum): processed translations - new ukrainian (#44447)
|
2021-12-10 11:14:24 +05:30 |
|
|
792ec8917c
|
chore(i18n,curriculum): processed translations (#44416)
|
2021-12-08 06:49:11 -08:00 |
|
|
56ca9320da
|
chore(i18n,curriculum): processed translations (#44372)
|
2021-12-03 15:44:33 +00:00 |
|
|
ccfe21afb5
|
chore(i18n,curriculum): update translations (#44255)
|
2021-11-23 19:06:14 +00:00 |
|
|
2ef9ecfb4d
|
chore(i18n,curriculum): update translations (#44227)
|
2021-11-22 18:25:21 +01:00 |
|
|
18a239e9a1
|
chore(i18n,curriculum): update translations (#44114)
|
2021-11-03 08:22:32 -07:00 |
|
|
12a0ce697a
|
chore(i18n,curriculum): update translations (#44101)
|
2021-11-02 15:09:55 +00:00 |
|
|
c1fb339bbc
|
chore(i18n,curriculum): update translations
|
2021-10-27 21:47:35 +05:30 |
|
|
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 |
|
|
6b0f9be393
|
chore: remove erroneous files (#43959)
|
2021-10-22 09:38:06 +02:00 |
|
|
0654bd92b0
|
chore(i18n,curriculum): update translations (#43881)
|
2021-10-18 08:17:43 -07:00 |
|
|
bdd33a5fe7
|
chore(i18n,curriculum): update translations (#43795)
|
2021-10-10 22:18:16 +02:00 |
|
|
ff58255b26
|
chore(i18n,curriculum): processed translations (#43760)
|
2021-10-07 21:38:50 +05:30 |
|
|
e6b3c90983
|
chore(i18n,curriculum): update translations (#43746)
|
2021-10-06 17:36:48 +02:00 |
|
|
504ed3a917
|
chore(i18n,curriculum): update translations (#43661)
|
2021-10-03 20:24:27 +01:00 |
|
|
c1faed1635
|
chore(i18n,curriculum): update translations (#43615)
|
2021-09-29 15:15:14 +00:00 |
|
|
1f842f04ee
|
chore(i18n,curriculum): update translations (#43569)
|
2021-09-25 18:15:05 +01:00 |
|
|
b681dbfabe
|
chore(i18n,curriculum): update translations (#43500)
|
2021-09-21 08:09:14 -07:00 |
|
|
15be1fe6bb
|
chore(i18n,curriculum): update translations (#43463)
|
2021-09-18 19:22:53 +01:00 |
|
|
3d50ac03ad
|
chore(i18n,curriculum): processed translations (#43435)
|
2021-09-13 16:13:43 +02:00 |
|
|
374876325e
|
chore(i18n,curriculum): update translations (#43332)
|
2021-08-31 09:47:25 -07:00 |
|
|
f9736fffa1
|
chore(i18n,curriculum): update translations (#43308)
|
2021-08-27 10:21:26 +05:30 |
|
|
673b1caa39
|
chore(i18n,curriculum): update translations (#43267)
|
2021-08-25 21:42:11 +05:30 |
|
|
703394b127
|
chore(i18n,curriculum): update translations (#43178)
|
2021-08-20 09:00:51 +02:00 |
|
|
d683955e5a
|
chore(i18n,curriculum): update translations (#43132)
|
2021-08-06 08:02:45 -07:00 |
|
|
ea9c39434b
|
chore(i18n,curriculum): update translations (#43104)
|
2021-08-05 07:31:15 -07:00 |
|
|
594adf02c1
|
chore(i18n,curriculum): update translations (#43078)
|
2021-07-30 07:57:21 -07:00 |
|
|
b123c7a1ba
|
chore(i18n,curriculum): update translations (#43073)
|
2021-07-29 22:11:44 +05:30 |
|
|
830169c21c
|
chore(i18n,curriculum): update translations (#43046)
|
2021-07-28 19:37:39 +02:00 |
|
|
85f054e1a5
|
chore(i18n,curriculum): update translations (#43018)
|
2021-07-26 09:39:21 -05:00 |
|
|
f02de3c64c
|
chore(i18n,curriculum): processed translations (#43008)
|
2021-07-25 20:17:00 +02:00 |
|
|
77e6d0d0ed
|
chore(i18n,curriculum): update translations (#42984)
|
2021-07-23 18:42:17 +00:00 |
|
|
368a6ebf7c
|
chore(i18n,curriculum): update translations (#42976)
|
2021-07-22 19:11:52 +00:00 |
|
|
c7fb462b4a
|
chore(i18n,curriculum): update translations (#42969)
|
2021-07-22 18:01:38 +02:00 |
|