2768 Commits

Author SHA1 Message Date
1e26dc1529 fix(curriculum): updates body-parser with explanation for extended config (#42740)
* fix: better explaination for body-parser extened config

* text readability by introducing line break

* grammer fixes

* fix: typo

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
2021-07-11 15:06:57 +01:00
c4fd49e5b7 chore: manual translations (#42811) 2021-07-10 09:53:54 +05:30
ac2fe62eef fixed create-decimal-numbers-with-javascript challenge external link (#42801) 2021-07-09 09:02:47 -05:00
b74b32385b fix: update data analysis with python links (#42698) 2021-07-06 10:40:29 +02:00
d98648d26e chore(i18n,curriculum): processed translations (#42751) 2021-07-05 07:31:44 -07:00
28efec9e63 fix: recognize background-image as correct (#42738) (#42745)
* fix: recognize background-image as correct (#42738)

The page mentioned in #42738 before would not accept background-image and background, now it should.

* fix: CI build error

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

Co-authored-by: Ilenia <nethleen@gmail.com>
2021-07-05 12:28:49 +02:00
91a35978e6 chore(i18n,curriculum): update translations (#42742) 2021-07-05 12:27:02 +05:30
21bbc1ce8d chore(i18n,curriculum): processed translations (#42734) 2021-07-03 20:07:10 +05:30
84044e9cc2 chore(i18n,curriculum): processed translations (#42721) 2021-07-02 18:45:29 +05:30
4be8a6f224 fix: Added comments on the function for clarity on coding-interview-prep (#42689) 2021-07-02 18:15:58 +05:30
16e0d12d18 chore(i18n,curriculum): processed translations (#42697) 2021-07-01 08:40:52 -07:00
2e346b1082 chore(i18n,curriculum): update translations (#42684) 2021-06-30 20:47:19 +05:30
dc168cd96d fix(curriculum): clean-up Project Euler 101-120 (#42597)
Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
2021-06-30 14:25:46 +02:00
af2c1a1444 chore(i18n,curriculum): processed translations (#42669) 2021-06-29 08:18:33 -07:00
d6955dd83a chore(i18n,curriculum): update translations (#42659) 2021-06-28 20:01:36 +05:30
6631e51113 fix(curriculum): update object keys referenced in instructions to match provided object (#42613)
* Update referenced object keys for clarity

Because each movie object has both `Rated` and `imdbRating` key/value pairs, simply referencing `rating` could be confusing to campers. IMO explicitly referencing the keys by name (`Title` and `imdbRating`) removes ambiguity in the non-important part of this challenge and helps campers focus on learning about `.map()`.

* other references and tests

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/functional-programming/use-the-map-method-to-extract-data-from-an-array.md

* reverse previous changes

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/functional-programming/use-the-map-method-to-extract-data-from-an-array.md

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

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-06-28 16:25:33 +02:00
052173e502 fix(curriculum): improve description and tests descriptions (#42546)
* fix: replace html with markdown and MathJax

* fix: replace html with markdown and MathJax

* fix: replace example

* fix: clarify expected input and output

* fix: add another test

* fix: change image in seed code

* fix: grammar

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

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-06-28 13:16:25 +05:30
35f8295d7a quickfix: curriculum test regex now covers new line format (#42638) 2021-06-28 13:13:12 +05:30
9942b595fa chore(i18n,curriculum): update translations (#42649) 2021-06-27 13:21:13 -05:00
9887fb2ca2 chore(i18n,curriculum): update translations (#42629) 2021-06-26 16:12:30 +00:00
d107da3f1b chore(i18n,curriculum): update translations (#42620) 2021-06-24 19:50:20 +05:30
33aa14bc4a fix(curriculum): reference to file in boilerplate project (#42616) 2021-06-24 12:02:51 +01:00
4ed0befc4e fix(curriculum): link mismatch (#42610) 2021-06-23 17:08:39 +00:00
6d3a801bd6 chore(i18n,curriculum): update translations (#42608) 2021-06-23 11:05:24 -05:00
7defcaf58e fix(curriculum): fix typo in sudoku-solver description (#42601) 2021-06-22 20:18:44 +01:00
4aa6c6a00b chore(i18n,curriculum): processed translations (#42581) 2021-06-21 15:43:43 +02:00
f06b56f101 fix(curriculum): improve description and tests description (#42465)
* fix: make tests descriptions more explicit

* fix: clarify function input

* fix: clarify output of function, add example
2021-06-21 13:58:11 +05:30
6c8df573c3 fix(curriculum): clarify test text for react challenge (#42577)
* Ensure the test only checks the state name variable is present, it doesn't have to be the only word

* Emphasise in the test the wording that the instructions use
2021-06-21 06:29:34 +02:00
fe412b449e chore(i18n,curriculum): update translations (#42568) 2021-06-20 09:59:09 -07:00
f4b0b0b1b5 fix(curriculum): add test for event.preventDefault (#42522)
* Added note detail and event.preventDefault() test

* Replaced lookbehinds with matches

* Reverted to using \s instead of .

Now only matches if event.preventDefault() call is the only thing in the comment. This avoids matching note comments like "need to call event.preventDefault() here"

* Added optional semicolons for both comment checks

* Added trailing whitespace for line comment check

* Switched to match length checks

This should be equivalent to the two original lookbehinds

* Removed unnecessary .length check

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-06-18 22:05:05 +01:00
523633678b chore(i18n,curriculum): processed translations (#42559) 2021-06-18 15:50:39 +02:00
5cb3cff877 chore(i18n,curriculum): processed translations (#42545) 2021-06-17 07:49:01 -07:00
bc42ad1f27 fix(curriculum): add regex for comma separated const declarations (#42518)
Co-authored-by: Pat Lehmann <patrick.lehmann@homes.com>
2021-06-17 13:35:46 +01:00
de4e16a676 fix(curriculum): typo in Project Euler Problem (#42539)
* fixed typo

* removed change from translation

* fixed typo only in english language
2021-06-17 08:57:57 +02:00
b793107de6 chore(i18n,curriculum): processed translations (#42530) 2021-06-16 07:30:51 -07:00
e5505cbe7b fix(curriculum): minor indentation for readability (#42451)
* Fixed minor indentation for readability

* amended to 2 indentation
2021-06-16 14:35:34 +01:00
Tom
067761f2f6 feat(curriculum): add relational databases cert as upcoming change (#41658) 2021-06-15 16:37:13 +01:00
ae0d34359a fix(curriculum): stop false positives in test for array hard coding (#42461)
* Fixed test regex to avoid false matches

* Changed regex to only match values in globalArray

* Revert non-English changes
2021-06-15 10:35:35 -05:00
dba157e7c0 Add a period at the end of an ul tag (#42483) 2021-06-15 20:44:36 +05:30
978ce8b512 chore(i18n,curriculum): processed translations (#42504) 2021-06-15 07:22:09 -07:00
e9c8d12703 fix(i18n): add missing portuguese blocks (#42505) 2021-06-15 07:21:20 -07:00
f25e3e69f8 feat: enable new langs (#42491)
Enable italian and portuguese
2021-06-15 13:19:18 +05:30
82a834af37 fix(curriculum): rework Project Euler 51 (#42459)
* fix: rework challenge to use argument in function

* fix: add solution
2021-06-15 14:32:34 +09:00
24d2555633 fix(curriculum): add await before Promise.all() (#42472) 2021-06-14 19:40:47 +01:00
b3af21d50f chore(i18n,curriculum): update translations (#42487)
* chore(i18n,curriculum): update translations

* chore: Italian to italian

Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
2021-06-14 11:34:20 -07:00
08fc4014c7 fix(curriculum): Removing genitive from inside backticks and backticks from word own (#42466)
* inherit-behaviors-from-a-supertype put genitive outside backticks

* override-inherited-methods genitive outside backticks

* reset-an-inherited-constructor-property genitive outside backticks

* use-prototype-properties-to-reduce-duplicate-code genitive outisde backticks

* use-prototype-properties-to-reduce-duplicate-code own without backticks

* removing genitive by rephrasing

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

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2021-06-14 17:52:28 +02:00
d6491a9902 fix(curriculum): Period added to the end of the sentence. (#42480)
Dot added to the end of the sentence.
2021-06-14 20:44:23 +05:30
7a0d7e603b chore(i18n,curriculum): processed translations (#42478) 2021-06-14 07:47:03 -07:00
80b736b826 fix(curriculum): improve description and tests descriptions (#42408)
* fix: add input and output to tests descriptions

* fix: remove results from background code

* fix: clarify input and output of function

* fix: corrections from review

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
2021-06-14 12:01:51 +05:30
2613622ef0 fix(curriculum): rework Project Euler 61 (#42397) 2021-06-14 12:01:28 +05:30