Commit Graph

592 Commits

Author SHA1 Message Date
sivalaxman7
aedcfa2d05 fix(curriculum): changed filter description (#48524)
* changed filter description

* review change

* build

* file
2022-11-17 18:35:31 +00:00
Naomi Carrigan
1474aa588c fix: remove pre-filled test case and comment (#48519) 2022-11-15 18:20:10 +00:00
Jeremy L Thompson
9609e3a19b fix(curriculum): Fixing global variable abuse in functional JS challenges (#48483) 2022-11-14 12:48:21 +05:30
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
Jeremy L Thompson
00f047728b fix(curriculum): update code order to help with confusion (#48366)
* minor - update order to help with confusion

* update variable names, remove source from tests

* minor - wording

* missing variable rename
2022-11-03 09:09:30 +01:00
Atir Nayab
ace378bff1 fix(curriculum): improve testing in regex challenge (#48266)
* fix(curriculum): add 2 test cases and updated solution

* fix(curriculum): solution regex updated

* fix(curriculum): regex expression updated in regex challenge

* fix(curriculum): solution regex expression updated in regex challenge
2022-11-01 12:41:31 -07: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
Jeremy L Thompson
fd34202188 fix(curriculum) - more commas in destructuring (#48176)
fix - support extra commas
2022-10-23 23:03:43 +09: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
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
Jeremy L Thompson
d1e65cfafa fix(curriculum): faster solution for primes (#47990) 2022-10-12 09:05:43 +02: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
Derryk Boyd
f0ebb337e2 fix: update challenge description for array concat (#47786)
Co-authored-by: Derryk Boyd <derryk@redmantech.com>
2022-10-03 10:23:00 +02:00
tanmay thakral
35b607d2d8 fix(curriculum): falsy bouncer - do not mutate the original array (#47718)
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-10-02 01:57:53 +05:30
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
Santiago Miranda
a9d2198aba Better wording of exercise description (#47431)
Update mutate-an-array-declared-with-const.md

Fixed unclear part of the exercise description. As cited by user [in the forum](https://forum.freecodecamp.org/t/cannot-understand-the-following-line-in-question/549786/3)
2022-09-02 17:01:08 +00:00
Leah Thompson
c759d83cd3 fix: add comma to fix typo (#47378)
added a comma to fix typo
2022-08-25 11:36:35 +00: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
hanswang123456
87f0f75d9e fix(curriculum): update test regex to allow whitespaces (#47150)
* Added spacing fix to catch end of line spaces

* allow for spaces before "("
2022-08-08 12:37:49 +01:00
Abhishek Sharma
9a9cef38bd fix(curriculum): updated JS debugging challenge run-test (#47139) 2022-08-03 18:29:04 +02:00
Sameer Supe
3cc300127e fix(curriculum): test case for arguments optional (#47059)
* added test case for curriculum

* Revert "added test case for curriculum"

This reverts commit a23ee9d3cd.

* added test case for curriculum
2022-07-28 15:11:06 +02: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
2de9458c5b fix: added extra test to prevent incorrect solution from passing for the Wherefore art thou challenge (#46959)
fix: added extra test to stop incorrect solution
2022-07-20 08:58:42 -05:00
Jeremy L Thompson
de7dce41e6 fix(curriculum) Convert C to F function - more ideomatic name (#46875)
minor - more ideomatic name

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-07-13 15:22:21 +05:30
Ilenia
237f11be8b chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02: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
packagespace
eac6a1b9af Removed missing data from challenge text (#46832)
Removed false information from challenge text
2022-07-09 11:42:04 -07: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
DanielRosa74
08114a2aba fix: misspelling of 'between' on line 11 (#46687)
This fixes a misspelling on line 11.
2022-06-27 21:35:58 +02: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
Dario-DC
1bba1b15e7 fix(curriculum): inaccuracy in dna pairing challenge (#46647)
fix inaccuracy in dna pairing challenge
2022-06-24 17:20:58 +02: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
Muhammed Mustafa
5282994ad8 Chore(curriculum): removing copywriten wiki content (#46436)
* remove mad-labs link

* changed similar to wiki text in legacy JS

* let's go Sam got my back here as well

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

Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com>
2022-06-10 08:54:51 -05:00
Bill Cheng
8397129aaa fix(curriculum): Add test output to not change strings assigned to variables (#46353) 2022-06-05 10:51:36 -05:00
Titi
14bf77d3b8 chore: removed unneeded check for semicolon 2022-06-04 11:09:55 -05:00
L4rryFisherman
0562a41781 fix(curriculum): increase readability of the introduction (#46300)
* fix(curriculum): increase readability of the introduction

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-data-structures/generate-an-array-of-all-object-keys-with-object.keys.md

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

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-06-03 16:15:25 -05:00
L4rryFisherman
3d143b6aaa fix(curriculum): clarify that 'g flag' signifies 'global flag' (#46277)
* Update find-more-than-the-first-match.md

* fix(curriculum): clarify that 'g flag' signifies 'global search flag'
2022-06-02 20:05:04 +02:00
Muhammed Mustafa
e15889a53e fix(curriculum): external orbital link in legacy JSA (#46266)
* fix(curriculum): external orbital link in legacy JSA

* Shaun for the rescue

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

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-06-01 07:53:44 -07:00
DanielRosa74
49d963b28b fix(curriculum): Typo on line 24 (#46175)
Changed 0 for 9
2022-05-27 18:22:53 +05:30
Muhammed Mustafa
d38a6d3e2e fix(curriculum): external roman numeral links in JS projects (#46171)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-05-27 16:31:28 +05:30
Muhammed Mustafa
bfae58d2c0 fix(curriculum): external ROT13 link in JS projects (#46169) 2022-05-27 10:54:07 +02:00
Muhammed Mustafa
924fd04760 fix(curriculum): external golf wiki link in JS (#46170) 2022-05-27 10:51:40 +02:00
Muhammed Mustafa
864f4a199a fix(curriculum): removed link in JS basic-JavaScript (#46143)
* fix(curriculum): removed link in JS basic-javascript

* removed JSON and its example
2022-05-26 16:36:21 +02:00