* sheesh
* added markdown formatting to challenge
* added formatting to keep space in concatenating strings with the plus equals operator
* Delete husky.sh
* added back in italian dictionary
* removed code formatting
* updating text formatting for challenges, removed space and added instruction
Co-authored-by: Pat Lehmann <patrick.lehmann@homes.com>
* fix: added additional matrix1 test case for different arguments to fix hard code issue #43050
* fix: reduced additional test case to only 1 with zeroArray(4,3) and added to all languages
* Revert "fix: reduced additional test case to only 1 with zeroArray(4,3) and added to all languages"
This reverts commit bbbb1c7cbc.
* fix: only simplify and reduce to 1 test case using zeroArray(4,3), reverted internationalization
* fix: removed unused matrix1 from seed and solution
* update: for better wording of the added test case suggested
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>
Co-authored-by: gikf <60067306+gikf@users.noreply.github.com>
* Update referenced object keys for clarity
Because each movie object has both `Rated` and `imdbRating` key/value pairs, simply referencing `rating` could be confusing to campers. IMO explicitly referencing the keys by name (`Title` and `imdbRating`) removes ambiguity in the non-important part of this challenge and helps campers focus on learning about `.map()`.
* other references and tests
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/functional-programming/use-the-map-method-to-extract-data-from-an-array.md
* reverse previous changes
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/functional-programming/use-the-map-method-to-extract-data-from-an-array.md
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
* changing Charles -> Ada in JavaScript challenge descriptions
* fix: changing Charles -> Ada in JavaScript challenge descriptions
* fix: changing firstName value from Ada to Augusta in javascript lesson
"The second entry of `12` is removed" is changed to "The second occurrence of `12` is removed". I believe the phrase "second entry" might create confusion as the readers might think of the second entry of the array rather than the second occurrence of the array element 12.
* Small language improvement
The correct term is assignment operator.
* Small language improvement
Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
* fix: Update wording of test in 'Add Methods After Inheritance'
* fix(curriculum): Correct grammar of test description
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
* Removes comments in js challanges by default
* fix local-scope-and-functions test regex
* fix all languages
* revert language changes
* removed unnecessary removeJSComments from challenges
* fix challanges in other languages
* removed removeJSComments from all challanges
* fix: Simplify wording to make more sense
I think that "count odd numbers backward by twos" instead of "count backward by twos by odd numbers" is easier to understand.
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/count-backwards-with-a-for-loop.md
I think that this variation sounds better than what I originally wrote.
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>