Commit Graph

251 Commits

Author SHA1 Message Date
Lasse Jørgensen
9fcd4f5c16 fix(curriculum): change data type and verbiage (#52595)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2023-12-19 15:50:36 +00:00
Jeremy L Thompson
c5890abcb8 fix(curriculum): Nested arrays description typo (#52591) 2023-12-19 00:37:04 +00:00
Lasse Jørgensen
eca1ec1b4f fix(curriculum): Remove quotes from object keys (#52437) 2023-11-28 14:54:55 +07:00
Web-Dev-Codi
96f0797769 Fix: Deleted space in between function name and parentheses. (#52142) 2023-10-28 02:35:07 +00:00
Vedaant Rajoo
dd05517242 fix(curriculum): add test for nested objects challenge (#51902)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-10-11 10:39:03 +02:00
Faris Karim
fac5c52be2 fix: unreadable text in night mode (#51788) 2023-10-06 20:24:56 +02:00
Riya Dhawan
6ab183f837 fix: destructuring issue fixed (#51345) 2023-09-06 06:16:48 +00:00
Lasse Jørgensen
e9c0bafc0e fix(curriculum): verbiage, return type, multiple arguments (#51474) 2023-09-04 12:58:01 +02:00
Naomi Carrigan
50e356378e fix(curriculum): test that assignment is unchanged (#50490)
* fix(curriculum): test that assignment is unchanged

* chore: apply gikf's review

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

---------

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2023-05-24 10:56:06 +02:00
Lasse Jørgensen
1b69bbdaef fix(curriculum): Be more explicit about using parameters (#50269) 2023-05-05 13:25:38 +02:00
Jeremy L Thompson
4b2105a4d8 fix(curriculum): Reorder information in Record Collection challenge (#50203)
* reorder information in last bullet point

* wording adjustment
2023-04-27 18:47:36 -07:00
Jeremy L Thompson
a664664438 fix(curriculum): Minor Reword of Generate Random Whole Numbers with JavaScript (#50101)
* rearrange some deck chairs

---------

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
2023-04-19 18:25:41 +00: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
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
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
Rabin-Osti
b9fd70cdfc fix: Improve wording in Record Collection instructions (#49926) 2023-04-03 12:09:29 -06: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
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
Ian Vandeventer
982878948f fix(curriculum): make string untranslatable in JS words blank challenge (#49779)
fix(curriculum): protect example from translation
2023-03-21 20:44:06 +01:00
John
d25f19d153 fix(curriculum): clarify example switch statement (#49592) 2023-03-05 19:50:34 -08:00
a2937
3e2fd9d655 fix(cirriculum): adjust wording of error messages in "replacing-if-else-chains-with-switch" (#49520)
Adjust switch statement error message wording.
2023-02-27 16:15:38 -08:00
Surya Kanta Ghosh
83cae1d78e fix(curriculum): ensure left alignment of output in translations (#49524)
* feat: change quotes into pre

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


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

---------

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2023-02-27 08:10:18 +02:00
Azar
d6bad55e6d fix(curriculum): remove grammatical mistakes (#49426)
fixes #49408

fixes the grammar of sentence 'will call the sum function, ....'. so it is clear who is doing the calling.
2023-02-23 18:37:50 +01:00
Rudi Colombi
b4cb4bf947 fix(curriculum): replace blockquotes with pre blocks (#49384)
* fix: replace blockquotes with code blocks

* fix: replace code blocks with pre elements as suggested

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

---------

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
2023-02-18 10:39:54 -08:00
hbar1st
f975728c63 fix(curriculum): remove instruction about run button click (#49415) 2023-02-18 00:19:08 +00:00
Sriparno Roy
b5fcc389f0 fix(curriculum): Fix awkward phrasing (#49358)
* Fix awkward phrasing

* Remove sentence
2023-02-13 21:38:27 +01:00
MhemedAbderrahmen
33c5bc9406 fix: removed special characters from RTL titles (english) (#48998)
fix: removed special characters from RTL titles
2023-01-24 11:43:41 +02:00
mdnavarro21
0126389f18 fix(curriculum): update javascript challenge description (#48989)
Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/48928
2023-01-11 10:39:12 +01:00
Oliver Eyton-Williams
4054cf8d06 fix: update comment to match dictionary (#48900) 2023-01-03 16:13:56 +05:30
ctbaird
7d90b9a179 fix(curriculum): replace instance of var with let (#48610)
fix(curriculum): replace var with let in scope challege english only

Co-authored-by: Catherine Baird <bairdc@cua.edu>
2022-11-28 13:46:50 +00:00
Jeremy L Thompson
8a01079b7a fix(curriculum): typo in example (#48534)
fix - typo in example
2022-11-17 17:24:47 -08:00
Atir Nayab
9b95c2d95e fix(curriculum): update object example in Using Objects for Lookups (#48422)
* fix(curriculum): update object example in Using Objects for Lookups

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/using-objects-for-lookups.md

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>

* fix(curriculum): description update in Using Objects for Lookups

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-11-09 01:37:22 +05:30
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
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
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
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
Maciej Bąba
533c0345e4 fix(learn): lack of block code declaration (#47506)
Fix lack of block code declaration
2022-09-12 15:46:20 -07:00
Tuukka Hastrup
14076cbde0 fix(curriculum): Clarify understand-string-immutability (#47448)
* Clarify understand-string-immutability

Remove some misleading explanation (immutability is orthogonal to literals).

* Remove extraneous whitespace

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

* Improve explanation per review suggestion

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

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-09-07 19:35:41 +02:00
mjh
ab82857ab2 fix(curriculum): Made output for sample code in snippet clearer - Multidimensional Array Access (#47222)
* Made output for sample code in snippet clearer

* Made formatting more consistent

* Fixed names for formatting fix
2022-08-09 20:39:56 +00:00
Jeremy L Thompson
d0e42982f0 fix(curriculum) - simplify example of property access (#46967)
minor - simplify challenge examples
2022-07-21 09:05:26 -07:00
Randell Dawson
55b3fcef3b fix(curriculum): Add new tests to check for space between result strings for two JavaScript challenges involving string concatenation (#46833) 2022-07-10 19:39:52 +07:00
Dhruv Gajjar
a18639dc07 fix(curriculum): Dead code example in (#46825)
fix(curriculum): Dead code example in #46813
2022-07-10 09:06:12 +02:00
Randell Dawson
c7c9a5492d fix: remove duplicate test and make small change to recently added test for Counting Cards challenge (#46790)
fix: remove duplicate test
2022-07-07 08:50:29 -07:00
Randell Dawson
eca650dc69 fix: add test to validate result format has space between count value and text - Counting Cards challenge (#46782)
fix: add test to validate result format
2022-07-06 21:57:18 -07:00
Muhammed Mustafa
3e3da4ec0f fix(curriculum): standardize links in curriculum (#46564)
* fix(curriculum): standradize links in curriculum

* Data analiysis links

* CIP links

* fixed links in s-expressions

* Update curriculum/challenges/english/01-responsive-web-design/basic-css/use-hex-code-for-specific-colors.md

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

* added space before target attribute

* standarize external and .rock example links

* wrap "check out the projects" around the links

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-06-26 11:13:38 -05:00
Ilenia
59abda3ff2 fix(curriculum, i18n): solve issues in crowdin comments (#46597) 2022-06-21 19:53:13 +05:30
Ivan Pavičić
258e9d0130 fix(curriculum): var keyword to global-scope-and-functions (#46553)
fix(curriculum): var to global-scope-and-functions

Added the `var` keyword in global-scope-and-functions challenge instructions to avoid confusion
2022-06-18 16:34:51 -07:00
Muhammed Mustafa
e474d4cd17 chore(curriculum): Front End catagories links standardized (#46418) 2022-06-13 20:18:23 -05:00
sidemt
6d7b49ffe0 fix(curriculum): remove reference to Mad Libs (#46490) 2022-06-13 20:56:38 +02:00