camperbot
8cb1fd3cf6
chore(i18n,learn): processed translations ( #46872 )
2022-07-12 16:20:26 +02:00
camperbot
5f93634c9d
chore(i18n,learn): processed translations ( #46850 )
2022-07-12 13:56:02 +02:00
camperbot
04eaee51fc
chore(i18n,learn): processed translations ( #46799 )
2022-07-08 13:31:58 +02:00
camperbot
1e475614cc
chore(i18n,learn): processed translations ( #46693 )
2022-06-28 13:30:45 +00:00
camperbot
a244920079
chore(i18n,learn): processed translations ( #46622 )
2022-06-22 13:17:46 +00:00
camperbot
2c3b8a6e5a
chore(i18n,learn): processed translations ( #46602 )
2022-06-21 15:00:08 +00:00
camperbot
7ce1ee4dc6
chore(i18n,learn): processed translations ( #46508 )
2022-06-15 16:11:40 +02:00
camperbot
fecfbd164d
chore(i18n,learn): processed translations ( #46498 )
2022-06-14 19:15:11 +02:00
camperbot
e6b61898e4
chore(i18n,learn): processed translations ( #46382 )
2022-06-07 22:36:49 +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
965a902a2b
chore(i18n,learn): processed translations ( #45864 )
2022-05-06 14:19:43 -03:00
camperbot
59eb4b18c1
chore(i18n,learn): processed translations ( #45711 )
2022-04-19 07:48:03 -07:00
camperbot
67768b057e
chore(i18n,learn): processed translations ( #45679 )
2022-04-13 23:42:58 +09:00
camperbot
19152d19f8
chore(i18n,learn): processed translations ( #45646 )
2022-04-09 19:00:01 +09: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
4f8dad7662
chore(i18n,learn): processed translations ( #45256 )
2022-02-25 10:20:33 -03: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
2d3ac85ebf
chore(i18n,learn): processed translations ( #45192 )
2022-02-19 23:41:19 +09:00
camperbot
c934590548
chore(i18n,learn): processed translations ( #45123 )
2022-02-16 18:18:09 +01:00
camperbot
0473dedf47
chore(i18n,curriculum): processed translations - new ukrainian ( #44447 )
2021-12-10 11:14:24 +05:30
camperbot
18a239e9a1
chore(i18n,curriculum): update translations ( #44114 )
2021-11-03 08:22:32 -07:00
camperbot
12a0ce697a
chore(i18n,curriculum): update translations ( #44101 )
2021-11-02 15:09:55 +00: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
504ed3a917
chore(i18n,curriculum): update translations ( #43661 )
2021-10-03 20:24:27 +01:00
camperbot
b681dbfabe
chore(i18n,curriculum): update translations ( #43500 )
2021-09-21 08:09:14 -07:00
camperbot
374876325e
chore(i18n,curriculum): update translations ( #43332 )
2021-08-31 09:47:25 -07:00
camperbot
f9736fffa1
chore(i18n,curriculum): update translations ( #43308 )
2021-08-27 10:21:26 +05:30
camperbot
703394b127
chore(i18n,curriculum): update translations ( #43178 )
2021-08-20 09:00:51 +02:00
camperbot
d683955e5a
chore(i18n,curriculum): update translations ( #43132 )
2021-08-06 08:02:45 -07:00
camperbot
ea9c39434b
chore(i18n,curriculum): update translations ( #43104 )
2021-08-05 07:31:15 -07:00
camperbot
b123c7a1ba
chore(i18n,curriculum): update translations ( #43073 )
2021-07-29 22:11:44 +05:30
camperbot
830169c21c
chore(i18n,curriculum): update translations ( #43046 )
2021-07-28 19:37:39 +02:00
camperbot
85f054e1a5
chore(i18n,curriculum): update translations ( #43018 )
2021-07-26 09:39:21 -05:00
camperbot
77e6d0d0ed
chore(i18n,curriculum): update translations ( #42984 )
2021-07-23 18:42:17 +00:00
camperbot
368a6ebf7c
chore(i18n,curriculum): update translations ( #42976 )
2021-07-22 19:11:52 +00:00
camperbot
7ac7c51f87
chore(i18n,curriculum): update translations ( #42957 )
2021-07-21 16:23:20 +01:00
Mrugesh Mohapatra
fc0511bd91
chore(i18n): download curriculum manually ( #42835 )
2021-07-14 10:32:51 -05:00
Nicholas Carrigan (he/him)
c4fd49e5b7
chore: manual translations ( #42811 )
2021-07-10 09:53:54 +05:30
Nicholas Carrigan (he/him)
f25e3e69f8
feat: enable new langs ( #42491 )
...
Enable italian and portuguese
2021-06-15 13:19:18 +05:30
Randell Dawson
11b8e5ba9a
chore(learn): remove other language curriculum Chinese ( #39745 )
2020-10-01 23:31:10 +05:30
Ashraf Nazar
fda7fb174e
fix: Correct paths in English exercises by prefixing "/" before "learn" ( #38099 )
...
* fix: Correct paths in English exercises by prefixing "/" before "learn"
* fix(lang): Correct paths to exercises by prefixing "/" before "learn" in remaining languages
2020-01-26 12:51:21 -06:00
Niraj Nandish
c1bb01da31
Fix broken links in Portuguese challenges ( #35127 )
...
* fix(challenges): Fix broken links in Portuguese challenges
* fix: corrected link
2019-06-03 13:51:23 -07:00
LifeVirus
d7e0348c07
Removed unnecessary quotes in curriculum/challenges/portuguese files. ( #35773 )
...
* package-lock.json and package.json have been updated?
* Revert "package-lock.json and package.json have been updated?"
This reverts commit 77fb01ddf6 .
* removed quotes from portuguese challenge files
2019-05-24 12:25:09 -07:00
Matheus Genteluci
3f95b5bb0f
Comment-your-javascript-code Solution ( #30797 )
2019-03-16 20:14:29 +01:00
Randell Dawson
772d775fe3
fix: removed guideUrl from frontmatter non-English
2019-02-19 11:34:27 +03:00