freeCodeCamp/curriculum/challenges/english/02-javascript-algorithms-an.../functional-programming
Braxton Excell 6631e51113
fix(curriculum): update object keys referenced in instructions to match provided object (#42613)
* 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>
2021-06-28 16:25:33 +02:00
..
add-elements-to-the-end-of-an-array-using-concat-instead-of-push.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
apply-functional-programming-to-convert-strings-to-url-slugs.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
avoid-mutations-and-side-effects-using-functional-programming.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
combine-an-array-into-a-string-using-the-join-method.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
combine-two-arrays-using-the-concat-method.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
implement-map-on-a-prototype.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
implement-the-filter-method-on-a-prototype.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
introduction-to-currying-and-partial-application.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
learn-about-functional-programming.md chore(i18n,curriculum): updates (#41689) 2021-03-31 13:48:01 +05:30
pass-arguments-to-avoid-external-dependence-in-a-function.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
refactor-global-variables-out-of-functions.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
remove-elements-from-an-array-using-slice-instead-of-splice.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
return-a-sorted-array-without-changing-the-original-array.md fix(curriculum): stop false positives in test for array hard coding (#42461) 2021-06-15 10:35:35 -05:00
return-part-of-an-array-using-the-slice-method.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
sort-an-array-alphabetically-using-the-sort-method.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
split-a-string-into-an-array-using-the-split-method.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
understand-functional-programming-terminology.md fix(curriculum): small english improvement (#42167) 2021-05-17 15:53:15 -05:00
understand-the-hazards-of-using-imperative-code.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use-higher-order-functions-map-filter-or-reduce-to-solve-a-complex-problem.md fix(curriculum): small english improvement (#42173) 2021-05-18 14:42:05 -07:00
use-the-every-method-to-check-that-every-element-in-an-array-meets-a-criteria.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00
use-the-filter-method-to-extract-data-from-an-array.md fix(curriculum): look for inlined filter function (#41953) 2021-04-30 20:55:16 +01:00
use-the-map-method-to-extract-data-from-an-array.md fix(curriculum): update object keys referenced in instructions to match provided object (#42613) 2021-06-28 16:25:33 +02:00
use-the-reduce-method-to-analyze-data.md fix: Mr.Page's firstname to Elliot (#41744) 2021-04-05 08:49:12 +02:00
use-the-some-method-to-check-that-any-elements-in-an-array-meet-a-criteria.md chore(learn): audit javascript algorithms and data structures (#41092) 2021-03-02 17:12:12 -07:00