358 Commits

Author SHA1 Message Date
camperbot
a8b0332720 chore(i18n,curriculum): update translations (#44283) 2021-11-29 08:32:04 -08:00
camperbot
9cf0d9fc3c chore(i18n,curriculum): update translations (#44272) 2021-11-24 15:29:35 +00:00
camperbot
ccfe21afb5 chore(i18n,curriculum): update translations (#44255) 2021-11-23 19:06:14 +00:00
camperbot
2ef9ecfb4d chore(i18n,curriculum): update translations (#44227) 2021-11-22 18:25:21 +01:00
camperbot
fecb10e611 chore(i18n,curriculum): processed translations (#44221) 2021-11-20 00:01:54 +05:30
camperbot
bcc61f2ab3 chore(i18n,curriculum): update translations (#44199) 2021-11-18 22:52:12 +00:00
camperbot
9f9fb63caa chore(i18n,curriculum): processed translations (#44193) 2021-11-17 19:50:53 +05:30
camperbot
383bafa064 chore(i18n,curriculum): update translations (#44186) 2021-11-17 12:53:39 +01:00
Tom
21be9df82a feat: add/rename md files for new RDBMS tutorials (#44132)
* feat: split RDBMS tutorial into two parts

* fix: update challenges across the rest of the languages
2021-11-16 21:35:59 +00:00
camperbot
e56c75ba68 chore(i18n,curriculum): update translations (#44177) 2021-11-15 20:10:48 +05:30
camperbot
dceb27236e chore(i18n,curriculum): processed translations (#44171) 2021-11-12 16:35:39 +01:00
camperbot
85359ed00a chore(i18n,curriculum): update translations (#44159) 2021-11-11 21:32:39 +05:30
camperbot
385ed3a695 chore(i18n,curriculum): update translations (#44154) 2021-11-10 08:27:30 -08:00
camperbot
b0165ad25d chore(i18n,curriculum): update translations (#44140) 2021-11-09 18:15:00 +00:00
camperbot
4c88fcdc69 chore(i18n,curriculum): update translations (#44139) 2021-11-07 07:23:44 -08:00
camperbot
9385d7997b chore(i18n,curriculum): update translations (#44138) 2021-11-06 08:56:52 -07:00
camperbot
3dc810ffb8 chore(i18n,curriculum): update translations (#44122) 2021-11-04 15:53:18 +01:00
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
Anurag Gupta
f90dc7d903 fix(curriculum): update challenge to heading tags instead of headers (#43429)
* header changed to heading tag

* fix: Exercise about heading tags <h1> ... <h6>, accidentally refers to header tags

* fix: changed header to heading on pages affected

* Update curriculum/challenges/_meta/applied-visual-design/meta.json

Co-authored-by: Ilenia <nethleen@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/use-headings-to-show-hierarchical-relationships-of-content.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/basic-html-cat-photo-app/part-002.md

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-size-of-a-header-versus-a-paragraph-tag.md

Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-visual-design/adjust-the-size-of-a-header-versus-a-paragraph-tag.md

Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>

* file renamed

* dashed-name changed for all languages

* made changes in all the challenges

* file title changed

* added cypress test

* cypress test added

* Update cypress/integration/learn/redirects/heading-challenge.js

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2021-10-25 16:17:54 +01:00
camperbot
33c095a415 chore(i18n,curriculum): update translations (#43988) 2021-10-25 09:26:40 +05:30
Nicholas Carrigan (he/him)
6b0f9be393 chore: remove erroneous files (#43959) 2021-10-22 09:38:06 +02:00
Nicholas Carrigan (he/him)
f08b6a9eb4 chore: remove accidental challenges (#43948) 2021-10-20 21:27:12 +01:00
camperbot
0654bd92b0 chore(i18n,curriculum): update translations (#43881) 2021-10-18 08:17:43 -07:00
camperbot
bdd33a5fe7 chore(i18n,curriculum): update translations (#43795) 2021-10-10 22:18:16 +02:00
camperbot
ff58255b26 chore(i18n,curriculum): processed translations (#43760) 2021-10-07 21:38:50 +05:30
camperbot
e6b3c90983 chore(i18n,curriculum): update translations (#43746) 2021-10-06 17:36:48 +02:00
camperbot
504ed3a917 chore(i18n,curriculum): update translations (#43661) 2021-10-03 20:24:27 +01:00
camperbot
c1faed1635 chore(i18n,curriculum): update translations (#43615) 2021-09-29 15:15:14 +00:00
camperbot
26c6300743 chore(i18n,curriculum): update translations (#43595) 2021-09-28 17:22:14 +02:00
camperbot
eac0a395a1 chore(i18n,curriculum): update translations (#43583) 2021-09-27 18:10:31 +01:00
camperbot
1f842f04ee chore(i18n,curriculum): update translations (#43569) 2021-09-25 18:15:05 +01:00
Tom
160931cd6a fix: update rbdms urls to new repos (#43477)
* fix: update rbdms urls to new repos

* revert: github-tutorial-urls-to-moT01-repo
2021-09-25 12:54:00 +02:00
camperbot
9f2595ec0b chore(i18n,curriculum): update translations (#43556) 2021-09-24 06:31:25 -07:00
camperbot
fd544c02a5 chore(i18n,curriculum): processed translations (#43546) 2021-09-23 16:38:58 +01:00
camperbot
2012ad3035 chore(i18n,curriculum): update translations (#43534) 2021-09-22 16:34:59 +01:00
camperbot
b681dbfabe chore(i18n,curriculum): update translations (#43500) 2021-09-21 08:09:14 -07:00
camperbot
15be1fe6bb chore(i18n,curriculum): update translations (#43463) 2021-09-18 19:22:53 +01:00
camperbot
3d50ac03ad chore(i18n,curriculum): processed translations (#43435) 2021-09-13 16:13:43 +02:00
Nicholas Carrigan (he/him)
2c5ec74e45 fix: remove stray files (#43376) 2021-09-07 20:18:47 +05:30
camperbot
ec4821a707 chore(i18n,curriculum): processed translations (#43390) 2021-09-07 20:17:37 +05:30
camperbot
148cf18412 chore(i18n,curriculum): update translations (#43375) 2021-09-06 11:52:36 +01:00
Shaun Hamilton
7857756062 chore(client): meta and yml certificate -> certification (#43353)
* chore(client): meta and yml certificate -> certification

* make translators lives more difficult - rename everything
2021-09-03 08:08:45 -07:00
camperbot
fddb88327c chore(i18n,curriculum): processed translations (#43361) 2021-09-03 10:11:45 +02:00
camperbot
374876325e chore(i18n,curriculum): update translations (#43332) 2021-08-31 09:47:25 -07:00
camperbot
fd7e0f8568 chore(i18n,curriculum): update translations (#43324) 2021-08-27 18:24:25 +02:00
camperbot
f9736fffa1 chore(i18n,curriculum): update translations (#43308) 2021-08-27 10:21:26 +05:30
camperbot
673b1caa39 chore(i18n,curriculum): update translations (#43267) 2021-08-25 21:42:11 +05:30