mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
* Add comments and update callback arguments' names I've added a few comments to the solution and given the callback arguments more descriptive names to clarify what the solution is doing, since this challenge seemed a little more complex than the previous challenges. * Update guide/english/certifications/javascript-algorithms-and-data-structures/functional-programming/use-the-reduce-method-to-analyze-data/index.md That makes absolute sense and is clearer. Thank you. Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> * Update indentation to be two-spaced |
||
|---|---|---|
| .. | ||
| add-elements-to-the-end-of-an-array-using-concat-instead-of-push | ||
| apply-functional-programming-to-convert-strings-to-url-slugs | ||
| avoid-mutations-and-side-effects-using-functional-programming | ||
| combine-an-array-into-a-string-using-the-join-method | ||
| combine-two-arrays-using-the-concat-method | ||
| implement-map-on-a-prototype | ||
| implement-the-filter-method-on-a-prototype | ||
| introduction-to-currying-and-partial-application | ||
| learn-about-functional-programming | ||
| pass-arguments-to-avoid-external-dependence-in-a-function | ||
| refactor-global-variables-out-of-functions | ||
| remove-elements-from-an-array-using-slice-instead-of-splice | ||
| return-a-sorted-array-without-changing-the-original-array | ||
| return-part-of-an-array-using-the-slice-method | ||
| sort-an-array-alphabetically-using-the-sort-method | ||
| split-a-string-into-an-array-using-the-split-method | ||
| understand-functional-programming-terminology | ||
| understand-the-hazards-of-using-imperative-code | ||
| use-higher-order-functions-map-filter-or-reduce-to-solve-a-complex-problem | ||
| use-the-every-method-to-check-that-every-element-in-an-array-meets-a-criteria | ||
| use-the-filter-method-to-extract-data-from-an-array | ||
| use-the-map-method-to-extract-data-from-an-array | ||
| use-the-reduce-method-to-analyze-data | ||
| use-the-some-method-to-check-that-any-elements-in-an-array-meet-a-criteria | ||
| index.md | ||