Commit Graph

4034 Commits

Author SHA1 Message Date
camperbot
0dd82590f2 chore(i18n,learn): processed translations (#50081)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2023-04-18 00:58:19 +09:00
camperbot
717a15ba84 chore(i18n,learn): processed translations (#50061) 2023-04-14 08:37:21 -07:00
Oliver Eyton-Williams
b1929258c0 chore: remove remnants of comment counting code (#49704)
* chore: remove unused scripts

* chore: remove unused comment counting code

* Update tools/challenge-parser/translation-parser/index.js

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

---------

Co-authored-by: Sem Bauke <semboot699@gmail.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2023-04-13 08:47:02 -07:00
camperbot
fdbe03d2bb chore(i18n,learn): processed translations (#50057) 2023-04-13 16:36:35 +02:00
a2937
0f922b8652 Chore(cirriculum) - Use alternate wording for step 36 of the cafe menu. (#49996)
* Use alternate wording for step 36 of the cafe menu.

* Restore the last sentence.
2023-04-12 22:30:42 +02:00
Muhammed Mustafa
28cbf6a4bd Revert "feat(curriculum): test for period after "Total Liabilities"" (#50045)
Revert "feat: test for period after "Total Liabilities" (#50036)"

This reverts commit d2cac7b5f8.
2023-04-12 19:14:22 +02:00
Muhammed Mustafa
70e68f8818 feat: remove babel polyfill package (#49917) 2023-04-12 16:59:05 +00:00
camperbot
8484106219 chore(i18n,learn): processed translations (#50047) 2023-04-12 08:02:27 -07:00
Naomi Carrigan
1117c6b737 feat: break shopping cart down into steps (#49416)
* feat: break shopping cart down into steps

* fix: couple of bugs oopsie

* fix: index.js -> script.js

* fix: missed a file

* feat: tests through step 31

* feat: finish tests

* chore: fix tests

* chore: apply gikf's review

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

* chore: apply Jessica's review suggestions

* chore: apply kolade's review

---------

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2023-04-12 14:05:08 +02:00
camperbot
9958316722 chore(i18n,learn): processed translations (#50038) 2023-04-12 01:13:38 +05:30
Jiajun Jiao
d2cac7b5f8 feat: test for period after "Total Liabilities" (#50036)
Added an extra test case for period
2023-04-11 18:38:23 +02:00
camperbot
87634b35e1 chore(i18n,learn): processed translations (#50031) 2023-04-10 10:41:00 -05:00
Elian Doran
13ab1e9885 fix(curriculum): fix backspace in string escape sequences (#50001) 2023-04-08 13:22:30 +02:00
Gaurav Nainwal
c0eb4e6fac fix(curriculum): revise intro "Selecting from Many Options with Switch Statements" (#50000) 2023-04-08 14:52:17 +05:30
camperbot
d23ff47967 chore(i18n,learn): processed translations (#49993) 2023-04-07 07:23:40 -07:00
camperbot
6ce3e5d4c5 chore(i18n,learn): processed translations (#49981) 2023-04-06 18:55:43 +02:00
Sahejdeep Singh
f1d00c6c6b fix: acceptance for latest safari version (#49959)
fix: acceptance for latest safari version
2023-04-06 15:33:36 +09:00
cto234
9bdea8fc8f fix(curriculum): Bad grammar cat photo app 8 (#49969)
* Fixed grammar and formatting

* Re-added instructions
2023-04-05 21:23:28 +02:00
a2937
3500a4c0d1 fix(curriculum): make logical AND/OR step more concise (#49965)
* Fix typos in js logical steps.

* Consistency across both pages.
2023-04-05 17:16:07 +00:00
camperbot
d31dd8a9d2 chore(i18n,learn): processed translations (#49961) 2023-04-05 17:20:27 +02:00
camperbot
b44c93d2e2 chore(i18n,learn): processed translations (#49944) 2023-04-04 14:49:02 +00:00
renovate[bot]
314c978524 chore(deps): update babel monorepo to v7.21.4 2023-04-04 07:21:28 +00:00
Naomi Carrigan
8aa0432b18 chore(curriculum): no quotes in code strings (#49936)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-04-03 20:29:27 +00:00
Arsalan Yaqoob Malik
8d9a31ac77 fix: add test for only 4 keyframe waypoints (#49935) 2023-04-03 19:07:48 +00:00
Rabin-Osti
b9fd70cdfc fix: Improve wording in Record Collection instructions (#49926) 2023-04-03 12:09:29 -06:00
camperbot
16a1f915d6 chore(i18n,learn): processed translations (#49930) 2023-04-03 07:51:10 -07:00
Anmol Sarraf
6552b88382 fix(curriculum): reword instructions in XMLHttpRequest section (#49876) 2023-04-03 09:37:39 +01:00
a2937
56d0f02b58 chore(curriculum): Clarify hints for Cat Photo App Step 56 (#49765)
* Clarify instructions for cat photo app.

* Allow the attribute order to be reversed.
2023-04-02 21:49:00 +02:00
camperbot
d66da4c5c4 chore(i18n,learn): processed translations (#49906) 2023-03-31 18:48:49 +01:00
Mani Chandra Teja Gaddam
a62c7cd190 fix(curriculum): check for assignment operator (#49904)
fix(curriculum): updated third test to check for assignment operator
2023-03-31 11:14:36 +02:00
camperbot
26d10b455d chore(i18n,learn): processed translations (#49902) 2023-03-30 20:56:38 -07:00
Kristofer Koishigawa
81c88c32e3 fix: add .keepOpen() method explanation and examples to chai-http challenges (#49878)
fix: add .keepOpen() method explanation and examples to Chai-HTTP
challenges
2023-03-30 03:36:09 -07:00
camperbot
d5de5962f3 chore(i18n,learn): processed translations (#49895) 2023-03-30 12:24:54 +02:00
Mrugesh Mohapatra
e5590e56d7 chore: use pnpm v8 for deps (#49892)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-03-29 20:18:49 +05:30
camperbot
716ba7f357 chore(i18n,learn): processed translations (#49879) 2023-03-28 21:16:03 +05:30
Jeremy L Thompson
e85510835c fix(curriculum) - clearer RecordCollection instructions (#49745)
* fix - clearer RecordCollection instructions

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/record-collection.md

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

---------

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2023-03-27 10:23:02 -07:00
Naomi Carrigan
1d1174d4dd feat: rewrite calorie counter project (#48927)
Co-authored-by: Jessica Wilkins  <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
Co-authored-by: scissorsneedfoodtoo <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-03-27 17:36:35 +09:00
renovate[bot]
1383e2d943 chore(deps): update dependency joi to v17.9.1 2023-03-25 23:37:06 +00:00
Naomi Carrigan
7c3d2ff09d chore(i18n): sync ukrainian translations (#49840
* chore: sync euler files

* chore: sync ukrainian translations
2023-03-25 06:12:50 +05:30
Naomi Carrigan
cd1f74e7ff chore(i18n): sync portuguese translations (#49839
* chore: sync euler files

* chore: sync portuguese translations
2023-03-25 06:05:50 +05:30
Naomi Carrigan
14cea27c06 chore(i18n): sync japanese translations (#49838
* chore: sync euler files

* chore: sync japanese translations
2023-03-25 04:44:08 +05:30
Naomi Carrigan
d0fea82d53 chore(i18n): sync italian translations (#49837
* chore: sync euler files

* chore: sync italian translations
2023-03-25 04:37:23 +05:30
Naomi Carrigan
fc3ac5956e chore(i18n): sync german translations (#49835
* chore: sync euler challenges

* chore: sync german translations
2023-03-25 04:32:03 +05:30
Naomi Carrigan
cfd27311bd chore(i18n): sync chinese translations (#49833
* chore: sync euler files

* chore: sync translations
2023-03-25 04:27:20 +05:30
Naomi Carrigan
f742183c5a chore(i18n): sync espanol translations (#49834
* chore: sync euler challenges

* chore: sync espanol translations
2023-03-25 04:19:22 +05:30
a2937
3c8320ff72 fix(curriculum) - Correct HTML Forms registration step 17 (#49645)
* Fix(curriculum) - Correct HTML Forms registration step 17

* Match start of html and ensure there is at least one space.

* Cleanup.

* Use assert.match instead of assert.equal.

* Make sure assert.match is used where it's applicable.
2023-03-24 13:43:36 -07:00
Naomi Carrigan
13b410e48b chore(i18n): sync arabic translations (#49832)
* chore: sync english to arabic

* chore: sync arabic translations
2023-03-24 20:00:55 +01:00
Tom
605fdf220a feat(curriculum): make college algebra with python live (#49695) 2023-03-23 21:57:32 +00:00
Sem Bauke
87d9ade1a7 fix(curriculum,client): move the Euler Project to its own superBlock (#49294)
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2023-03-23 21:29:13 +05:30
camperbot
12335030d9 chore(i18n,learn): processed translations (#49803) 2023-03-23 10:24:28 -05:00