50 Commits

Author SHA1 Message Date
67768b057e chore(i18n,learn): processed translations (#45679) 2022-04-13 23:42:58 +09:00
905018ad35 chore(i18n,learn): processed translations (#45670) 2022-04-11 19:34:39 +05:30
3add6077ad chore(i18n,learn): processed translations (#45504) 2022-03-23 15:22:04 +01:00
d94177d85c chore(i18n,learn): processed translations (#45432) 2022-03-14 17:16:48 +00:00
3d3972f2dd chore(i18n,learn): processed translations (#45333) 2022-03-04 19:46:29 +05:30
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
58de1061e4 chore(i18n,learn): processed translations (#45151) 2022-02-17 10:59:34 -08:00
b7496d96dd chore(i18n,learn): processed translations (#44750) 2022-01-11 08:57:22 -08:00
e9512cb968 chore(i18n,curriculum): update translations (#44072) 2021-11-01 11:38:44 +05:30
897f01a92d chore(i18n,curriculum): update translations (#44047) 2021-10-28 16:04:40 +01: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
504ed3a917 chore(i18n,curriculum): update translations (#43661) 2021-10-03 20:24:27 +01:00
b681dbfabe chore(i18n,curriculum): update translations (#43500) 2021-09-21 08:09:14 -07:00
374876325e chore(i18n,curriculum): update translations (#43332) 2021-08-31 09:47:25 -07:00
7dfa94902d chore(i18n,curriculum): update translations (#43255) 2021-08-21 19:28:22 +02:00
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
fc0511bd91 chore(i18n): download curriculum manually (#42835) 2021-07-14 10:32:51 -05:00
fe412b449e chore(i18n,curriculum): update translations (#42568) 2021-06-20 09:59:09 -07:00
5cb3cff877 chore(i18n,curriculum): processed translations (#42545) 2021-06-17 07:49:01 -07:00
ce1811bfe2 chore(i18n,curriculum): update translations (#42362) 2021-06-04 08:07:40 -07:00
938e5913fa chore(i18n,curriculum): update translations (#42187) 2021-05-19 19:20:10 +02:00
2762d4b8e5 chore(i18n,curriculum): update translations (#41945) 2021-04-29 08:43:46 -07:00
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
0296abbea6 chore(i18n,curriculum): processed translations (#41939) 2021-04-28 18:43:20 +05:30
452f004dee chore(i18n,curriculum): update translations (#41857) 2021-04-19 15:50:08 +02:00
86c00f8919 chore(i18n,curriculum): update translations (#41792) 2021-04-12 11:56:42 +05:30
c1ee2720b3 chore(i18n,curriculum): update translations (#41787) 2021-04-09 09:58:02 -07:00
d7bc7a945b chore: update translations (#41737) 2021-04-05 08:04:04 -07:00
eafb8ae34b chore(i8n,curriculum): processed translations (#41723)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-04-01 19:48:54 +02:00
ded18ded68 chore(i8n,curriculum): processed translations (#41707)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-31 06:38:36 -07:00
08caf09e5c chore(i8n,curriculum): processed translations (#41617)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-29 13:47:35 +00:00
fe0732e357 chore(i8n,curriculum): processed translations (#41560)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-23 07:41:00 -07:00
843eb81632 chore(i8n,curriculum): processed translations (#41504)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-16 07:41:19 -07:00
dcadc249f4 chore(i8n,curriculum): processed translations (#41496)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-15 14:01:16 -06:00
42a811ea83 chore(i18n,learn): processed translations (#41454)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-12 20:00:30 +05:30
8821a51474 chore(i8n,learn): processed translations (#41445)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-11 13:34:42 -07:00
0c29e743d3 chore(i8n,learn): processed translations (#41433)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-10 07:16:44 -08:00
529d72b242 chore(i18n,learn): processed translations (#41424)
* chore(i8n,learn): processed translations

* Update curriculum/challenges/chinese/01-responsive-web-design/applied-visual-design/use-the-u-tag-to-underline-text.md

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2021-03-09 08:51:59 -07:00
7c3cbbbfd5 chore(i18n,learn): processed translations (#41416)
* chore(i8n,learn): processed translations

* Update curriculum/challenges/chinese/01-responsive-web-design/applied-visual-design/use-the-u-tag-to-underline-text.md

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2021-03-08 06:28:46 -08:00
0432ec995f chore(i18n,learn): processed translations (#41387)
* chore(i8n,learn): processed translations

* fix: remove extra space

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-07 08:15:14 -08:00
5075f14248 chore(i18n,learn): processed translations (#41378)
* chore(i8n,learn): processed translations

* Update curriculum/challenges/chinese/01-responsive-web-design/applied-visual-design/use-the-u-tag-to-underline-text.md

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2021-03-05 07:43:24 -08:00
d58e605825 chore(i8n,learn): processed translations (#41364)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-04 19:55:32 -07:00
aff0ea700d chore(i8n,learn): processed translations (#41350)
* chore(i8n,learn): processed translations

* fix: restore deleted test

* fix: revert casing change

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-04 10:49:46 -07:00
a0a7598c44 chore(i8n,learn): processed translations (#41197)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-02-21 07:49:16 -08:00
1cdd009d7a fix(learn): Remove repeated definition tag in challenge (#41148) 2021-02-17 21:28:09 +05:30
e5c44a3ae5 chore(i8n,learn): processed translations 2021-02-07 14:08:31 +05:30