Commit Graph

3728 Commits (d06d15d76356853f8a40db120099170d5c099a83)

Author SHA1 Message Date
YMatsuda d06d15d763
fix(curriculum): describe different browser behavior (Survey Form) (#48280)
* fix(curriculum): describe different browser behavior

* Update curriculum/challenges/english/01-responsive-web-design/responsive-web-design-projects/build-a-survey-form.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/build-a-survey-form-project/build-a-survey-form.md

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

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-10-29 10:25:56 -07:00
Viswas Haridas b068a6eb0a
fix(curriculum): update description of build a city skyline step 71 (#48255)
fix: update description of build a city skyline step 71

Co-authored-by: Sem Bauke <semboot699@gmail.com>
2022-10-29 17:07:37 +02:00
Dennis Quinlan 2664744b31
fix(curriculum): build a city skyline step 20 instruction updated (#48161)
Altered description for step 20
2022-10-29 17:05:18 +02:00
Nemanja Lekic d425994852
fix(curriculum): alter description of build a city skyline step 102 (#48282) 2022-10-29 17:04:20 +02:00
hanswang123456 215912d608
fix(curriculum): Added introduction to meta tag (#47221)
Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-10-29 06:29:48 +00:00
camperbot 3d1a669406
chore(i18n,learn): processed translations (#48291) 2022-10-28 20:09:49 +05:30
Arijit Ghosh d350b14c12
fix(curriculum): improve a hint in the new JS RPG project (#48286)
Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2022-10-28 10:45:11 +00:00
camperbot 51f1b32901
chore(i18n,learn): processed translations (#48277) 2022-10-27 19:21:48 +02:00
Dylan R 65644c420d
fix(curriculum): reword colour-marker step 11 and 12 (#48269)
added wording changes for easier understanding
2022-10-27 14:18:31 +01:00
Juan Carlos Tello 2ae2c38be2
fix(curriculum): corrected wrong usage of it's contraction (#48254)
* replaced it's value by its value in 04-data-visualization challenge

* Fix it's default size typo in 14-responsive-web-design challenge

* Fix it's scaleLinear method typo in 04-data-visualization challenge

* Removed changes to non-English files

Co-authored-by: Sem Bauke <semboot699@gmail.com>
2022-10-27 10:28:53 +02:00
Atir Nayab f45cd6543c
fix(curriculum): use `getComputedStyle` to check css value (#48240)
* fix(bug): use getComputedStyle to check css value

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-accessibility-by-building-a-quiz/6148da157cc0bd0d06df5c0a.md

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

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-10-27 09:14:42 +02:00
camperbot d2eddd791f
chore(i18n,learn): processed translations (#48263) 2022-10-26 12:51:22 -07:00
Mrugesh Mohapatra b393d88b9e
refactor: s/all-langs/i18n/g (#48258) 2022-10-26 10:08:27 -07:00
Gem ed74dada27
fix(curriculum): grammar in Steps 8 and 10 of Accessibility Quiz Challenge (#48239)
* Update 6140883f74224508174794c0.md

* Update 613e275749ebd008e74bb62e.md
2022-10-26 11:22:29 +02:00
camperbot 9d19ffa66b
chore(i18n,learn): processed translations (#48251) 2022-10-25 16:43:05 -05:00
Andrew Dawes 95561b0cb4
fix(curriculum): several typos and grammar errors (#48210)
* Fixed several typos and grammar errors

* Revert to an because the context is english US

* Fixed some weird wording

* Switch a to an

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

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-10-25 13:38:21 +02:00
Viswas Haridas c24b64a641
fix(curriculum): split step 30 of building a quiz (#48175)
* fix(curriculum): split step 30 of building a quiz

* fix: update step 30 - requires the camper to add a specified `id` to each `input`

* fix: add step 31 - requires the camper to add the corresponding `for` attribute to each `label`

* fix(curriculum): split tests in step 31

fix: add separate tests to check whether the `for` attribute exists in each `label`

* fix: rewording in step 31

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

* fix: move `label`-`input` linking instruction to step 31

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-10-25 15:27:02 +09:00
camperbot 7d5f67e384
chore(i18n,learn): processed translations (#48235) 2022-10-24 10:55:50 -07:00
Y Matsuda e4a8bb15b8
fix(curriculum): add ending dots for consistency (Build a Survey Form) (#48218)
fix(curriculum): add ending dots for consistency
2022-10-24 10:57:32 +02:00
Jeremy L Thompson fd34202188
fix(curriculum) - more commas in destructuring (#48176)
fix - support extra commas
2022-10-23 23:03:43 +09:00
Hatim Zahid 874651413a
fix(curriculum): Added description texts about spaces in step 154 #48160 (#48196)
* fix(curriculum):  Added description texts about spaces in step 154 #48160

* fix(curriculum): Added description texts about spaces in step 154 #48160

Used the text as described in  #48087 (comment).

* fix(curriculum): Added description texts about spaces in step 154 #48160

* Update curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62aa226207f33d3ad4c6f546.md

Removed Space in front of Your, as to not confuse future contributors.

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

* Update curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62aa226207f33d3ad4c6f546.md

Removed space warming text to make description less verbose.

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

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-10-23 10:55:59 +02:00
renovate[bot] 560bae0844 chore(deps): update dependency joi to v17.6.4 2022-10-23 04:56:02 +00:00
renovate[bot] 9dfbe98197 chore(deps): update babel monorepo to v7.19.6 2022-10-22 23:38:44 +00:00
Muhammad Ahsan 6cc767a3bf
fix(curriculum): add descriptive hint for skyline project step 22 (#48179)
* docs: added more descriptive hint for skyline project step 22

* docs(curriculum): add descriptive step title

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98de.md

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

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2022-10-22 17:30:10 +00:00
Juan Pablo Loaiza e7ffd0367e
fix(learn): check if input has only one type attribute (#47628)
Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Juan Pablo Loaiza <jpablo@MacBook-Pro-de-Juan.local>
2022-10-21 21:28:59 +02:00
camperbot e3c137263c
chore(i18n,learn): processed translations (#48171) 2022-10-21 23:34:50 +05:30
Jeremy L Thompson 33a95e4e10
fix(curriculum): Faster Euler tests for prime seive problems (#48158) 2022-10-21 22:55:42 +05:30
camperbot 5f3b6b1807
chore(i18n,learn): processed translations (#48152) 2022-10-20 09:13:17 -07:00
Atir Nayab 242b334517
fix(curriculum): typos in challenge description (#47759)
* fix: typos in challenge description

* fix: remove quotation from code block

* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/state-name-puzzle.md

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

* Update curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-javascript-by-building-a-role-playing-game/62aa2999ec27ec516655eba6.md

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

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-10-20 13:40:21 +01:00
camperbot 305b21c30b
chore(i18n,learn): processed translations (#48139) 2022-10-19 12:01:08 -05:00
Florencia d8b7c3feb4
fix(curriculum): Rework Euler Problem 125 (#48015)
* update problem125

* remove accidental change

* Apply suggestions from code review

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Apply suggestions from code review

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Change parameter

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

* update

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

* revert merge

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2022-10-19 18:54:21 +02:00
Sai Harvin 3653ff4e18
fix(learn): update JS Algo and DS - New Cert (#48030) 2022-10-19 14:35:29 +05:30
Mayank Prakash 936e11e1b4
fix: typo in js rpg challenge (#48122) 2022-10-19 06:33:17 +02:00
camperbot f659c2d39b
chore(i18n,learn): processed translations (#48111) 2022-10-18 16:21:01 +02:00
camperbot 41bbc30b94
chore(i18n,learn): processed translations (#48105) 2022-10-18 12:59:49 +05:30
Atir Nayab 2a5fae91db
fix(curriculum): build a city skyline instruction updated (#48010)
* fix(curriculum): feedback on Learn Css Variables By Building A City Skyline instruction updated

* skyline instruction updated

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md

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

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98d5.md

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

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-10-17 23:02:40 +05:30
abe 52b5bba501
fix: test remove element from max heap failing as expected (#47959)
Co-authored-by: kravmaguy <flex4lease@gmail.com>
2022-10-17 23:01:16 +05:30
Nemanja Lekic eef52dcc42
fix(curriculum): change `if` to if to help translation (#48100)
fix(curriculum): change `if` to if

By removing the code tags the implication of the sentence stays the same but it will make translating it easier.
2022-10-17 08:44:36 -07:00
renovate[bot] 46351191c5 chore(deps): update dependency joi to v17.6.3 2022-10-16 07:58:15 +00:00
renovate[bot] e56646e63e chore(deps): update babel monorepo 2022-10-15 15:29:02 +00:00
Naomi Carrigan 36c6b73cd6
chore: add untranslated english files (#48047) 2022-10-15 14:22:49 +05:30
Niraj Nandish 441f11db38
feat: mobile curriculum testing (#47586)
* feat: first draft of action and cypress spec

* feat: test all generated challenges

* fix: better identification of block

* action: update cypress config

* action: upload to dashboard

* action: testing js cert challenges

* fix: unnecessary after user code for Make a Person

* feat: capture console log output for assert test

* fix: remove after seed code

* fix: change const to let

* fix: test

* action: disable js certification

* action: stop checking out branch in action

* action: check out right mobile repo

Co-authored-by: sembauke <semboot699@gmail.com>
2022-10-14 16:57:34 -07:00
Saul Blanco Tejero 1ba9624b5c
fix(learn): colored markers - step 5 - validation (#47808) 2022-10-14 12:46:06 +05:30
Piyush Keshari 52b782cd10
chore(curriculum): fix phrase that goes against our challenges guideline (#48017)
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-10-13 10:30:58 +00:00
abe 4ab1dd8926
fix(curriculum): recursion challenges that abuse global space (#47680)
* fix: recursion challenges that abuse global space #43516

* fix challenge phrasing and create separate test

* fix: challenges which pollute/impure functions should not pass

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/cash-register.md

allow users to ab(use) global space in cash register

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* Update curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/build-a-roman-numeral-converter-project/roman-numeral-converter.md

allow users to abuse global space in roman numeral converter

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: kravmaguy <flex4lease@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-10-12 15:00:24 -05:00
Atir Nayab fdaa149758
fix(curriculum): updated ES5 and ES6 class description (#47935)
* fix(curriculum): updated ES5 and ES6 class description

* fix: es5 example removed

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-class-syntax-to-define-a-constructor-function.md

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-class-syntax-to-define-a-constructor-function.md

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-class-syntax-to-define-a-constructor-function.md

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-class-syntax-to-define-a-constructor-function.md

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-class-syntax-to-define-a-constructor-function.md

Co-authored-by: Sem Bauke <semboot699@gmail.com>

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Sem Bauke <semboot699@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-10-12 16:20:15 +02:00
Aniket Sinha 7e9aed8327
fix(curriculum): update CatPhotoApp Step 12 instructions (#47988)
Update 5dfa22d1b521be39a3de7be0.md
2022-10-12 10:11:11 +02:00
Jeremy L Thompson d1e65cfafa
fix(curriculum): faster solution for primes (#47990) 2022-10-12 09:05:43 +02:00
Oliver Eyton-Williams 2f6530325d
revert(i18n,learn): processed translations (#47985)
This reverts commit bd21f4b483.
2022-10-11 23:56:51 +05:30
Alekzandriia a02cd6448c
fix(learn): update verbiage to emphasize on `\n` instead of `\r` (#47841)
Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-10-11 20:02:47 +02:00