freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting
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
..
arguments-optional.md fix(curriculum): test case for arguments optional (#47059) 2022-07-28 15:11:06 +02:00
binary-agents.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
convert-html-entities.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
diff-two-arrays.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
dna-pairing.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
drop-it.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
everything-be-true.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
make-a-person.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
map-the-debris.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
missing-letters.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
pig-latin.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
search-and-replace.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
seek-and-destroy.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
smallest-common-multiple.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
sorted-union.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
spinal-tap-case.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
steamroller.md fix(curriculum): recursion challenges that abuse global space (#47680) 2022-10-12 15:00:24 -05:00
sum-all-numbers-in-a-range.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
sum-all-odd-fibonacci-numbers.md chore: change type of challenges to type 1 js (#46826) 2022-07-11 11:06:08 +02:00
sum-all-primes.md fix(curriculum): faster solution for primes (#47990) 2022-10-12 09:05:43 +02:00
wherefore-art-thou.md fix: added extra test to prevent incorrect solution from passing for the Wherefore art thou challenge (#46959) 2022-07-20 08:58:42 -05:00